Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WrongResultTypeException Constructor

 

Initializes a new instance of the WrongResultTypeException class.

Namespace:   Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

NameDescription
System_CAPS_pubmethodWrongResultTypeException()

Initializes a new instance of the WrongResultTypeException class.

System_CAPS_protmethodWrongResultTypeException(SerializationInfo^, StreamingContext)

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

System_CAPS_pubmethodWrongResultTypeException(String^)

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

System_CAPS_pubmethodWrongResultTypeException(String^, Exception^)

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

Return to top
Show: