Share via


FailedToInstantiateTypeException.Type Property

Gets the type that did not instantiate.

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

Syntax

'Declaration
Public ReadOnly Property Type As String
'Usage
Dim instance As FailedToInstantiateTypeException 
Dim value As String 

value = instance.Type
public string Type { get; }
public:
property String^ Type {
    String^ get ();
}
public function get Type () : String

Property Value

Type: System.String
Type that did not instantiate.

.NET Framework Security

See Also

Reference

FailedToInstantiateTypeException Class

FailedToInstantiateTypeException Members

Microsoft.VisualStudio.TestTools.Exceptions Namespace