ExceptionHandler.Kind プロパティ

定義

このオブジェクトが表す例外ハンドラーの型を表す値を取得します。

public:
 property System::Reflection::ExceptionHandlingClauseOptions Kind { System::Reflection::ExceptionHandlingClauseOptions get(); };
public System.Reflection.ExceptionHandlingClauseOptions Kind { get; }
member this.Kind : System.Reflection.ExceptionHandlingClauseOptions
Public ReadOnly Property Kind As ExceptionHandlingClauseOptions

プロパティ値

例外ハンドラーの種類を指定する列挙値の 1 つ。

適用対象