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

適用於