TypeNotFoundException.Type 属性

定义

获取异常的类型。

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

属性值

返回表示异常类型的字符串。

适用于