FaultCode.CreateReceiverFaultCode Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İ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
Döndürülenler
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 özelliğinde oluşturulan SOAP hata alt koduna SubCode sahip bir örnek.