Initializes a new instance of the AccessException class.
[Visual Basic] Overloads Public Sub New() [C#] public AccessException(); [C++] public: AccessException(); [JScript] public function AccessException();
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. |
AccessException Class | AccessException Members | System Namespace | AccessException Constructor Overload List