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

属性值

Boolean

如果错误为 SOAP 1.1 服务器错误或 SOAP 1.2 接收方错误,则为 true;否则为 false

适用于