The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AccessDeniedException Constructor
Initializes a new instance of the AccessDeniedException class.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | AccessDeniedException() | Initializes a new instance of the AccessDeniedException class. |
![]() | AccessDeniedException(SerializationInfo^, StreamingContext) | Initializes a new instance of the AccessDeniedException class by using the provided information and context. |
![]() | AccessDeniedException(String^) | Initializes a new instance of the AccessDeniedException class by using the provided message. |
![]() | AccessDeniedException(String^, Exception^) | Initializes a new instance of the AccessDeniedException class by using the provided message and the inner exception. |
Show:

