ErrorReadingStorageException Class

Definition

The exception that is thrown by a test item provider and forwarded to test management interface (UI) of Visual Studio Test Professional when an IO error occurs.

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

Constructors

Name Description
ErrorReadingStorageException()

Initializes a new instance of the ErrorReadingStorageException class.

ErrorReadingStorageException(SerializationInfo, StreamingContext)

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

ErrorReadingStorageException(String, Exception)

Initializes a new instance of the ErrorReadingStorageException class by using the provided message and inner exception.

ErrorReadingStorageException(String)

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

Properties

Name Description
Message

Gets the message that states the exception.

(Inherited from EqtException)

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serializes the private fields.

(Inherited from EqtException)

Applies to