EqtDataException Class

Definition

Represents the exception that is thrown by a test item provider in the test management interface (UI) of Visual Studio Test Professional when a parameter provided to a method is invalid or otherwise used unsuccessfully.

public ref class EqtDataException : Microsoft::VisualStudio::TestTools::Exceptions::EqtException
[System.Serializable]
public class EqtDataException : Microsoft.VisualStudio.TestTools.Exceptions.EqtException
[<System.Serializable>]
type EqtDataException = class
    inherit EqtException
Public Class EqtDataException
Inherits EqtException
Inheritance
EqtDataException
Derived
Attributes

Constructors

EqtDataException()

Initializes a new instance of the EqtDataException class.

EqtDataException(SerializationInfo, StreamingContext)

Initializes a new instance of the EqtDataException class by using the provided information and context.

EqtDataException(String)

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

EqtDataException(String, Exception)

Initializes a new instance of the EqtDataException class by using the provided message and the 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