InvalidDataInStorageException Class

Definition

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
InvalidDataInStorageException
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)

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

InvalidDataInStorageException(String, Exception)

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