FaultException.Reason プロパティ

定義

SOAP エラーの FaultReason を取得します。

public:
 property System::ServiceModel::FaultReason ^ Reason { System::ServiceModel::FaultReason ^ get(); };
public System.ServiceModel.FaultReason Reason { get; }
member this.Reason : System.ServiceModel.FaultReason
Public ReadOnly Property Reason As FaultReason

プロパティ値

FaultReason

SOAP エラーの理由。

適用対象