ErrorReadingStorageException Class

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

Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ErrorReadingStorageException _
    Inherits EqtDataException
'Usage
Dim instance As ErrorReadingStorageException
[SerializableAttribute]
public class ErrorReadingStorageException : EqtDataException
[SerializableAttribute]
public ref class ErrorReadingStorageException : public EqtDataException
public class ErrorReadingStorageException extends EqtDataException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.Exceptions.EqtException
      Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
        Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ErrorReadingStorageException Members

Microsoft.VisualStudio.TestTools.Exceptions Namespace

EqtDataException