FaultCode.IsPredefinedFault 屬性

定義

取得值,這個值表示錯誤為 SOAP 1.1 或 SOAP 1.2 錯誤。

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

屬性值

如果錯誤為 SOAP 1.1 或 SOAP 1.2 錯誤,則為 true;否則為 false

適用於