ExceptionHandler.ExceptionTypeToken 属性
定义
获取该处理程序处理的异常标记类型。Gets the token of the exception type handled by this handler.
public:
property int ExceptionTypeToken { int get(); };
public int ExceptionTypeToken { get; }
member this.ExceptionTypeToken : int
Public ReadOnly Property ExceptionTypeToken As Integer
属性值
该异常处理程序处理的异常标记类型或 0,如果不存在。The token of the exception type handled by this handler, or 0 if none exists.