NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AccessException Constructor (String)

Initializes a new instance of the AccessException class with a specified message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public AccessException(
   string message
);
[C++]
public: AccessException(
   String* message
);
[JScript]
public function AccessException(
   message : String
);

Parameters

message
The message that identifies the reason the exception occurred.

Remarks

AccessException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:

Property Description
InnerException null
Message The empty string.

See Also

AccessException Class | AccessException Members | System Namespace | AccessException Constructor Overload List