StorageNotAccessibleException Class

Definition

The exception that is thrown when data storage is not available.

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

Constructors

StorageNotAccessibleException()

Initializes a new instance of the StorageNotAccessibleException class.

StorageNotAccessibleException(SerializationInfo, StreamingContext)

Initializes a new instance of the StorageNotAccessibleException class by using the provided information and context.

StorageNotAccessibleException(String)

Initializes a new instance of the StorageNotAccessibleException class by using the provided message.

StorageNotAccessibleException(String, Exception)

Initializes a new instance of the StorageNotAccessibleException class by using the provided message and 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