FaultPropagationRecord.Fault 属性

定义

获取错误中包含的异常数据。

public:
 property Exception ^ Fault { Exception ^ get(); };
[System.Runtime.Serialization.DataMember]
public Exception Fault { get; }
public Exception Fault { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Fault : Exception
member this.Fault : Exception
Public ReadOnly Property Fault As Exception

属性值

异常数据。

属性

适用于