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

屬性值

其中一個列舉值,用來指定例外處理程序的種類。

適用於