FaultHandlerActivity.FaultType 属性

定义

获取或设置Type要由 .. 处理的异常。FaultHandlerActivity 也会处理派生自指定 FaultType 类型的类型的异常。

public:
 property Type ^ FaultType { Type ^ get(); void set(Type ^ value); };
public Type FaultType { get; set; }
member this.FaultType : Type with get, set
Public Property FaultType As Type

属性值

关联的 TypeException

注解

此属性必须设置为使用 FaultHandlerActivity

适用于