共用方式為


FaultContractInfo(String, Type) 建構函式

定義

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

public:
 FaultContractInfo(System::String ^ action, Type ^ detail);
public FaultContractInfo (string action, Type detail);
new System.ServiceModel.Dispatcher.FaultContractInfo : string * Type -> System.ServiceModel.Dispatcher.FaultContractInfo
Public Sub New (action As String, detail As Type)

參數

action
String

SOAP 錯誤的動作。

detail
Type

序列化為 SOAP 錯誤詳細資料的詳細類型。

備註

actiondetail 建立新的 FaultContractInfo。

適用於