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 を作成します。

適用対象