WrongResultTypeException Class

Definition

The exception that is thrown when the data that is sent for merging is of the wrong type.

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

Constructors

WrongResultTypeException()

Initializes a new instance of the WrongResultTypeException class.

WrongResultTypeException(SerializationInfo, StreamingContext)

Initializes a new instance of the WrongResultTypeException class by using the provide information and context.

WrongResultTypeException(String)

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

WrongResultTypeException(String, Exception)

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