StorageNotAccessibleException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Exception) |
Initializes a new instance of the StorageNotAccessibleException class by using the provided message and inner exception. |
StorageNotAccessibleException(String) |
Initializes a new instance of the StorageNotAccessibleException class by using the provided message. |
Properties
Message |
Gets the message that states the exception. (Inherited from EqtException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializes the private fields. (Inherited from EqtException) |