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 的对象捕获。

适用于