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

属性值

指定异常处理程序类型的枚举值之一。

适用于