MessageFault.CreateFault Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca nowy MessageFault obiekt.
Przeciążenia
CreateFault(Message, Int32)
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
Zwraca nowy MessageFault obiekt, który używa określonego Message i określonego maksymalnego rozmiaru buforu dla buforu komunikatów.
public:
static System::ServiceModel::Channels::MessageFault ^ CreateFault(System::ServiceModel::Channels::Message ^ message, int maxBufferSize);
public static System.ServiceModel.Channels.MessageFault CreateFault (System.ServiceModel.Channels.Message message, int maxBufferSize);
static member CreateFault : System.ServiceModel.Channels.Message * int -> System.ServiceModel.Channels.MessageFault
Public Shared Function CreateFault (message As Message, maxBufferSize As Integer) As MessageFault
Parametry
- message
- Message
Określony Message do użycia do utworzenia MessageFault obiektu.
- maxBufferSize
- Int32
Określony maksymalny rozmiar buforu dla buforu komunikatów.
Zwraca
MessageFault Obiekt z wartościami początkowymi z przekazanych parametrów.
Dotyczy
CreateFault(FaultCode, FaultReason)
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
Zwraca nowy MessageFault obiekt, który używa określonego FaultCode obiektu i FaultReason .
public:
static System::ServiceModel::Channels::MessageFault ^ CreateFault(System::ServiceModel::FaultCode ^ code, System::ServiceModel::FaultReason ^ reason);
public static System.ServiceModel.Channels.MessageFault CreateFault (System.ServiceModel.FaultCode code, System.ServiceModel.FaultReason reason);
static member CreateFault : System.ServiceModel.FaultCode * System.ServiceModel.FaultReason -> System.ServiceModel.Channels.MessageFault
Public Shared Function CreateFault (code As FaultCode, reason As FaultReason) As MessageFault
Parametry
- code
- FaultCode
Kod błędu komunikatu o błędzie.
- reason
- FaultReason
Przyczyna błędu.
Zwraca
MessageFault Obiekt z wartościami początkowymi z przekazanych parametrów.
Dotyczy
CreateFault(FaultCode, String)
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
Zwraca nowy MessageFault obiekt, który używa określonego FaultCode i przyczyny błędu.
public:
static System::ServiceModel::Channels::MessageFault ^ CreateFault(System::ServiceModel::FaultCode ^ code, System::String ^ reason);
public static System.ServiceModel.Channels.MessageFault CreateFault (System.ServiceModel.FaultCode code, string reason);
static member CreateFault : System.ServiceModel.FaultCode * string -> System.ServiceModel.Channels.MessageFault
Public Shared Function CreateFault (code As FaultCode, reason As String) As MessageFault
Parametry
- code
- FaultCode
Kod błędu komunikatu o błędzie.
- reason
- String
Przyczyna błędu.
Zwraca
MessageFault Obiekt z wartościami początkowymi z przekazanych parametrów.
Dotyczy
CreateFault(FaultCode, FaultReason, Object)
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
Zwraca nowy MessageFault obiekt, który używa określonego FaultCodeobiektu , FaultReasoni detail.
public:
static System::ServiceModel::Channels::MessageFault ^ CreateFault(System::ServiceModel::FaultCode ^ code, System::ServiceModel::FaultReason ^ reason, System::Object ^ detail);
public static System.ServiceModel.Channels.MessageFault CreateFault (System.ServiceModel.FaultCode code, System.ServiceModel.FaultReason reason, object detail);
static member CreateFault : System.ServiceModel.FaultCode * System.ServiceModel.FaultReason * obj -> System.ServiceModel.Channels.MessageFault
Public Shared Function CreateFault (code As FaultCode, reason As FaultReason, detail As Object) As MessageFault
Parametry
- code
- FaultCode
Kod błędu komunikatu o błędzie.
- reason
- FaultReason
Przyczyna błędu.
- detail
- Object
Obiekt szczegółów błędu.
Zwraca
MessageFault Obiekt z wartościami początkowymi z przekazanych parametrów.
Dotyczy
CreateFault(FaultCode, FaultReason, Object, XmlObjectSerializer)
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
Zwraca nowy MessageFault obiekt, który używa określonego FaultCodeobiektu , FaultReason, obiektu szczegółów i XmlObjectSerializer obiektów.
public:
static System::ServiceModel::Channels::MessageFault ^ CreateFault(System::ServiceModel::FaultCode ^ code, System::ServiceModel::FaultReason ^ reason, System::Object ^ detail, System::Runtime::Serialization::XmlObjectSerializer ^ serializer);
public static System.ServiceModel.Channels.MessageFault CreateFault (System.ServiceModel.FaultCode code, System.ServiceModel.FaultReason reason, object detail, System.Runtime.Serialization.XmlObjectSerializer serializer);
static member CreateFault : System.ServiceModel.FaultCode * System.ServiceModel.FaultReason * obj * System.Runtime.Serialization.XmlObjectSerializer -> System.ServiceModel.Channels.MessageFault
Public Shared Function CreateFault (code As FaultCode, reason As FaultReason, detail As Object, serializer As XmlObjectSerializer) As MessageFault
Parametry
- code
- FaultCode
Kod błędu komunikatu o błędzie.
- reason
- FaultReason
Przyczyna błędu.
- detail
- Object
Obiekt szczegółów błędu.
- serializer
- XmlObjectSerializer
Serializator używany podczas serializacji obiektu szczegółów.
Zwraca
MessageFault Obiekt z wartościami początkowymi z przekazanych parametrów.
Dotyczy
CreateFault(FaultCode, FaultReason, Object, XmlObjectSerializer, String)
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
Zwraca nowy MessageFault obiekt, który używa określonego FaultCodeobiektu , , FaultReasonobiektu szczegółów, XmlObjectSerializeri aktora.
public:
static System::ServiceModel::Channels::MessageFault ^ CreateFault(System::ServiceModel::FaultCode ^ code, System::ServiceModel::FaultReason ^ reason, System::Object ^ detail, System::Runtime::Serialization::XmlObjectSerializer ^ serializer, System::String ^ actor);
public static System.ServiceModel.Channels.MessageFault CreateFault (System.ServiceModel.FaultCode code, System.ServiceModel.FaultReason reason, object detail, System.Runtime.Serialization.XmlObjectSerializer serializer, string actor);
static member CreateFault : System.ServiceModel.FaultCode * System.ServiceModel.FaultReason * obj * System.Runtime.Serialization.XmlObjectSerializer * string -> System.ServiceModel.Channels.MessageFault
Public Shared Function CreateFault (code As FaultCode, reason As FaultReason, detail As Object, serializer As XmlObjectSerializer, actor As String) As MessageFault
Parametry
- code
- FaultCode
Kod błędu komunikatu o błędzie.
- reason
- FaultReason
Przyczyna błędu.
- detail
- Object
Obiekt szczegółów błędu.
- serializer
- XmlObjectSerializer
Serializator używany podczas serializacji obiektu szczegółów.
- actor
- String
Wartość aktora.
Zwraca
MessageFault Obiekt z wartościami początkowymi z przekazanych parametrów.
Dotyczy
CreateFault(FaultCode, FaultReason, Object, XmlObjectSerializer, String, String)
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
- Źródło:
- MessageFault.cs
Zwraca nowy MessageFault obiekt, który używa określonych FaultCodewartości , , FaultReasonobiektu szczegółów, XmlObjectSerializeraktora i węzła.
public:
static System::ServiceModel::Channels::MessageFault ^ CreateFault(System::ServiceModel::FaultCode ^ code, System::ServiceModel::FaultReason ^ reason, System::Object ^ detail, System::Runtime::Serialization::XmlObjectSerializer ^ serializer, System::String ^ actor, System::String ^ node);
public static System.ServiceModel.Channels.MessageFault CreateFault (System.ServiceModel.FaultCode code, System.ServiceModel.FaultReason reason, object detail, System.Runtime.Serialization.XmlObjectSerializer serializer, string actor, string node);
static member CreateFault : System.ServiceModel.FaultCode * System.ServiceModel.FaultReason * obj * System.Runtime.Serialization.XmlObjectSerializer * string * string -> System.ServiceModel.Channels.MessageFault
Public Shared Function CreateFault (code As FaultCode, reason As FaultReason, detail As Object, serializer As XmlObjectSerializer, actor As String, node As String) As MessageFault
Parametry
- code
- FaultCode
Kod błędu komunikatu o błędzie.
- reason
- FaultReason
Przyczyna błędu.
- detail
- Object
Obiekt szczegółów błędu.
- serializer
- XmlObjectSerializer
Serializator używany podczas serializacji obiektu szczegółów.
- actor
- String
Wartość aktora.
- node
- String
Wartość węzła.
Zwraca
MessageFault Obiekt z wartościami początkowymi z przekazanych parametrów.