Share via


ExceptionSummary.ExceptionType プロパティ

定義

例外の型の説明を取得します。

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

プロパティ値

注釈

これは型名であるとは限りません。 特に、内部例外の場合、外部例外の型名と内部例外の型名が含まれます。

適用対象