Sdílet prostřednictvím


FaultContractInfo(String, Type) Konstruktor

Definice

Inicializuje novou instanci FaultContractInfo třídy, která používá zadanou akci a typ podrobností.

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)

Parametry

action
String

Akce chyby SOAP.

detail
Type

Typ podrobností, který je serializován jako podrobnosti chyby SOAP.

Poznámky

Vytvoří novou chybu FaultContractInfo z objektu action a detail.

Platí pro