UnauthorizedAccessException Constructor

 

Initializes a new instance of the UnauthorizedAccessException class.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodUnauthorizedAccessException()

Initializes a new instance of the UnauthorizedAccessException class.

System_CAPS_protmethodUnauthorizedAccessException(SerializationInfo^, StreamingContext)

Initializes a new instance of the UnauthorizedAccessException class with serialized data.

System_CAPS_pubmethodUnauthorizedAccessException(String^)

Initializes a new instance of the UnauthorizedAccessException class with a specified error message.

System_CAPS_pubmethodUnauthorizedAccessException(String^, Exception^)

Initializes a new instance of the UnauthorizedAccessException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Return to top
Show: