Udostępnij za pośrednictwem


FaultCode.CreateReceiverFaultCode Metoda

Definicja

Tworzy kod błędu odbiorcy dla komunikatu.

Przeciążenia

CreateReceiverFaultCode(FaultCode)

Tworzy kod błędu odbiorcy z określonym podkodem.

CreateReceiverFaultCode(String, String)

Tworzy kod błędu odbiorcy z określonym podkodem.

CreateReceiverFaultCode(FaultCode)

Tworzy kod błędu odbiorcy z określonym podkodem.

public:
 static System::ServiceModel::FaultCode ^ CreateReceiverFaultCode(System::ServiceModel::FaultCode ^ subCode);
public static System.ServiceModel.FaultCode CreateReceiverFaultCode (System.ServiceModel.FaultCode subCode);
static member CreateReceiverFaultCode : System.ServiceModel.FaultCode -> System.ServiceModel.FaultCode
Public Shared Function CreateReceiverFaultCode (subCode As FaultCode) As FaultCode

Parametry

subCode
FaultCode

FaultCode Obiekt reprezentujący podkodowanie błędów.

Zwraca

FaultCode

FaultCode Obiekt z utworzonym podkodem błędu protokołu SOAP we SubCode właściwości .

Wyjątki

subCode to null.

Dotyczy

CreateReceiverFaultCode(String, String)

Tworzy kod błędu odbiorcy z określonym podkodem.

public:
 static System::ServiceModel::FaultCode ^ CreateReceiverFaultCode(System::String ^ name, System::String ^ ns);
public static System.ServiceModel.FaultCode CreateReceiverFaultCode (string name, string ns);
static member CreateReceiverFaultCode : string * string -> System.ServiceModel.FaultCode
Public Shared Function CreateReceiverFaultCode (name As String, ns As String) As FaultCode

Parametry

name
String

Lokalna nazwa podkodu błędu.

ns
String

Nazwa przestrzeni nazw dla podkodu błędu.

Zwraca

FaultCode

FaultCode Wystąpienie z utworzonym podkodem błędu SubCode protokołu SOAP we właściwości .

Dotyczy