Share via


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

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)

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

ErrorReadingStorageException(String, Exception)

Initializes a new instance of the ErrorReadingStorageException 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