WrongResultTypeException Class

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class WrongResultTypeException _
    Inherits EqtDataException
'Usage
Dim instance As WrongResultTypeException
[SerializableAttribute]
public class WrongResultTypeException : EqtDataException
[SerializableAttribute]
public ref class WrongResultTypeException : public EqtDataException
public class WrongResultTypeException extends EqtDataException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.Exceptions.EqtException
      Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
        Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WrongResultTypeException Members

Microsoft.VisualStudio.TestTools.Exceptions Namespace

EqtDataException