CatchBlock.Test 属性

定义

获取此处理程序捕捉的 Exception 的类型。

public:
 property Type ^ Test { Type ^ get(); };
public Type Test { get; }
member this.Test : Type
Public ReadOnly Property Test As Type

属性值

Type 对象,表示此处理程序捕捉的 Exception 的类型。

适用于