AccessDeniedException Class

Definition

The exception that is thrown when permissions are not set for access.

public ref class AccessDeniedException : Microsoft::VisualStudio::TestTools::Exceptions::EqtException
[System.Serializable]
public class AccessDeniedException : Microsoft.VisualStudio.TestTools.Exceptions.EqtException
[<System.Serializable>]
type AccessDeniedException = class
    inherit EqtException
Public Class AccessDeniedException
Inherits EqtException
Inheritance
AccessDeniedException
Attributes

Constructors

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.

Properties

Message

Gets the message that states the exception.

(Inherited from EqtException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializes the private fields.

(Inherited from EqtException)

Applies to