ESRI.ArcGIS.ADF.ArcGISServer.Editor
ReturnErrorMessage Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorServerActionBase Class : ReturnErrorMessage Method




e
The Exception to display an error message for.
Displays an error message in the browser based on the exception.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ReturnErrorMessage( _
   ByVal e As Exception _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditorServerActionBase
Dim e As Exception
 
instance.ReturnErrorMessage(e)
C# 
protected virtual void ReturnErrorMessage( 
   Exception e
)

Parameters

e
The Exception to display an error message for.

See Also

© 2010 All Rights Reserved.