DkmClrExceptionInformation.Name Property

Definition

Type name of the exception. Example: 'System.NullReferenceException'.

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Returns String.

Applies to