Share via


StorageNotAccessibleException Class

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

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

Syntax

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

Inheritance Hierarchy

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

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

StorageNotAccessibleException Members

Microsoft.VisualStudio.TestTools.Exceptions Namespace

EqtDataException