ESRI.ArcGIS.ADF
ImpersonationException Constructor(String)
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > ImpersonationException Class > ImpersonationException Constructor : ImpersonationException Constructor(String)




message
Message used in describing the exception
Used to create an instance of this exception with the message provided.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String _
)
Visual Basic (Usage)Copy Code
Dim message As String
 
Dim instance As ImpersonationException(message)
C# 
public ImpersonationException( 
   string message
)

Parameters

message
Message used in describing the exception

See Also

© 2010 All Rights Reserved.