FaultContractInfo(String, Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 錯誤詳細資料的詳細類型。
備註
從 action
和 detail
建立新的 FaultContractInfo。