ADAccessDeniedException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ADAccessDeniedException class.
Overload List
Name | Description | |
---|---|---|
ADAccessDeniedException(String) | Initializes a new instance of the ADAccessDeniedException class. | |
ADAccessDeniedException(SerializationInfo, StreamingContext) | Initializes a new instance of the ADAccessDeniedException class from a serialized version of the exception and contextual data. | |
ADAccessDeniedException(String, Exception) | Initializes a new instance of the ADAccessDeniedException class that uses the specified error message and inner exception. |
Top