次の方法で共有


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

プロパティ値

例外データ。

属性

適用対象