Udostępnij przez


MessageFault.WriteTo Metoda

Definicja

Serializuje błąd komunikatu.

Przeciążenia

WriteTo(XmlDictionaryWriter, EnvelopeVersion)

Zapisuje błąd komunikatu, który używa określonej XmlDictionaryWriter wersji koperty protokołu SOAP.

WriteTo(XmlWriter, EnvelopeVersion)

Zapisuje błąd komunikatu, który używa określonej XmlWriter wersji koperty protokołu SOAP.

WriteTo(XmlDictionaryWriter, EnvelopeVersion)

Źródło:
MessageFault.cs
Źródło:
MessageFault.cs
Źródło:
MessageFault.cs

Zapisuje błąd komunikatu, który używa określonej XmlDictionaryWriter wersji koperty protokołu SOAP.

public:
 void WriteTo(System::Xml::XmlDictionaryWriter ^ writer, System::ServiceModel::EnvelopeVersion ^ version);
public void WriteTo (System.Xml.XmlDictionaryWriter writer, System.ServiceModel.EnvelopeVersion version);
member this.WriteTo : System.Xml.XmlDictionaryWriter * System.ServiceModel.EnvelopeVersion -> unit
Public Sub WriteTo (writer As XmlDictionaryWriter, version As EnvelopeVersion)

Parametry

writer
XmlDictionaryWriter

Użyty XmlDictionaryWriter do zapisania błędu komunikatu.

version
EnvelopeVersion

Wersja koperty SOAP do zapisu.

Dotyczy

WriteTo(XmlWriter, EnvelopeVersion)

Źródło:
MessageFault.cs
Źródło:
MessageFault.cs
Źródło:
MessageFault.cs

Zapisuje błąd komunikatu, który używa określonej XmlWriter wersji koperty protokołu SOAP.

public:
 void WriteTo(System::Xml::XmlWriter ^ writer, System::ServiceModel::EnvelopeVersion ^ version);
public void WriteTo (System.Xml.XmlWriter writer, System.ServiceModel.EnvelopeVersion version);
member this.WriteTo : System.Xml.XmlWriter * System.ServiceModel.EnvelopeVersion -> unit
Public Sub WriteTo (writer As XmlWriter, version As EnvelopeVersion)

Parametry

writer
XmlWriter

Użyty XmlWriter do zapisania błędu komunikatu.

version
EnvelopeVersion

Wersja koperty SOAP do zapisu.

Dotyczy