InvalidDataInStorageException 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 by a test item provider when an unexpected format or a wrong test type occurs.
public ref class InvalidDataInStorageException : Microsoft::VisualStudio::TestTools::Exceptions::EqtDataException
[System.Serializable]
public class InvalidDataInStorageException : Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
[<System.Serializable>]
type InvalidDataInStorageException = class
inherit EqtDataException
Public Class InvalidDataInStorageException
Inherits EqtDataException
- Inheritance
- Attributes
Constructors
InvalidDataInStorageException() |
Initializes a new instance of the InvalidDataInStorageException class. |
InvalidDataInStorageException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidDataInStorageException class by using the provided information and context. |
InvalidDataInStorageException(String, Exception) |
Initializes a new instance of the InvalidDataInStorageException class by using the provided message and inner exception. |
InvalidDataInStorageException(String) |
Initializes a new instance of the InvalidDataInStorageException 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) |