FailedToInstantiateTypeException Class

The exception that is thrown when the type does not instantiate. This is used by the XmlReader.

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

Syntax

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

Inheritance Hierarchy

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

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

FailedToInstantiateTypeException Members

Microsoft.VisualStudio.TestTools.Exceptions Namespace

EqtDataException