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 ()

Initializes a new instance of the AccessException class.

[Visual Basic]
Overloads Public Sub New()
[C#]
public AccessException();
[C++]
public: AccessException();
[JScript]
public function AccessException();

Remarks

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

Property Description
InnerException null
Message The message string.

See Also

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