Partager 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
public string Type { get; }
public:
property String^ Type {
    String^ get ();
}
member Type : string with get
function get Type () : String

Property Value

Type: String
Type that did not instantiate.

.NET Framework Security

See Also

Reference

FailedToInstantiateTypeException Class

Microsoft.VisualStudio.TestTools.Exceptions Namespace