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 );
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. |
AccessException Class | AccessException Members | System Namespace | AccessException Constructor Overload List