FaultContractInfo 類別

定義

表示 FaultContractAttribute 屬性中所指定之 SOAP 錯誤的相關資訊。

public ref class FaultContractInfo
public class FaultContractInfo
type FaultContractInfo = class
Public Class FaultContractInfo
繼承
FaultContractInfo

備註

您可以藉由存取 FaultContractInfoClientOperation.FaultContractInfos 屬性,取得 DispatchOperation.FaultContractInfos 物件的集合。 FaultContractInfo 類別會公開 SOAP 錯誤的動作以及序列化為 SOAP 錯誤的詳細類型。

建構函式

FaultContractInfo(String, Type)

初始化 FaultContractInfo 類別 (此類別會使用指定的動作和詳細類型) 的新執行個體。

屬性

Action

取得 SOAP 錯誤動作值。

Detail

序列化為 SOAP 錯誤詳細資料之物件的型別。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱