Aracılığıyla paylaş


FaultCode.CreateReceiverFaultCode Yöntem

Tanım

İleti için alıcı hata kodu oluşturur.

Aşırı Yüklemeler

CreateReceiverFaultCode(FaultCode)

Belirtilen alt kodla bir alıcı hata kodu oluşturur.

CreateReceiverFaultCode(String, String)

Belirtilen alt kodla bir alıcı hata kodu oluşturur.

CreateReceiverFaultCode(FaultCode)

Belirtilen alt kodla bir alıcı hata kodu oluşturur.

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

Parametreler

subCode
FaultCode

FaultCode Hata alt kodunu temsil eden bir nesne.

Döndürülenler

FaultCode

FaultCode özelliğinde oluşturulan SOAP hata alt koduna SubCode sahip bir nesne.

Özel durumlar

subCode, null değeridir.

Şunlara uygulanır

CreateReceiverFaultCode(String, String)

Belirtilen alt kodla bir alıcı hata kodu oluşturur.

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

Parametreler

name
String

Hata alt kodunun yerel adı.

ns
String

Hata alt kodunun ad alanı adı.

Döndürülenler

FaultCode

FaultCode özelliğinde oluşturulan SOAP hata alt koduna SubCode sahip bir örnek.

Şunlara uygulanır