FaultCode.IsReceiverFault プロパティ

定義

エラーが SOAP 1.1 サーバー エラーまたは SOAP 1.2 受信側エラーであるかどうかを示す値を取得します。

public:
 property bool IsReceiverFault { bool get(); };
public bool IsReceiverFault { get; }
member this.IsReceiverFault : bool
Public ReadOnly Property IsReceiverFault As Boolean

プロパティ値

エラーが SOAP 1.1 サーバー エラーまたは SOAP 1.2 受信側エラーの場合は true。それ以外の場合は false

適用対象