Freigeben über


FaultContractInfo(String, Type) Konstruktor

Definition

Initialisiert eine neue Instanz der FaultContractInfo-Klasse, die die angegebene Aktion und den angegebenen Detailtyp verwendet.

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)

Parameter

action
String

Die Aktion des SOAP-Fehlers.

detail
Type

Der Detailtyp, der als SOAP-Fehlerdetail serialisiert wird.

Hinweise

Erstellt eine neue FaultContractInfo aus action und detail.

Gilt für