XmlObjectSerializerFault Class

Definition

public ref class XmlObjectSerializerFault : System::ServiceModel::Channels::MessageFault
public class XmlObjectSerializerFault : System.ServiceModel.Channels.MessageFault
type XmlObjectSerializerFault = class
    inherit MessageFault
Public Class XmlObjectSerializerFault
Inherits MessageFault
Inheritance
XmlObjectSerializerFault
Derived

Constructors

XmlObjectSerializerFault(FaultCode, FaultReason, Object, XmlObjectSerializer, String, String)

Properties

Actor
Code
HasDetail
IsMustUnderstandFault

Gets a value indicating whether this fault was caused by the failure to understand a SOAP header.

(Inherited from MessageFault)
Node
Reason

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetDetail<T>()

Returns the detail object of the message fault.

(Inherited from MessageFault)
GetDetail<T>(XmlObjectSerializer)

Returns the detail object that uses the specified XmlObjectSerializer.

(Inherited from MessageFault)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetReaderAtDetailContents()

Returns an XmlDictionaryReader object that is positioned on the detail object of the MessageFault.

(Inherited from MessageFault)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnGetReaderAtDetailContents()

When called in a derived class, returns an XmlDictionaryReader object that is positioned on the detail object of the MessageFault.

(Inherited from MessageFault)
OnWriteDetail(XmlDictionaryWriter, EnvelopeVersion)

Invoked prior to writing the detail contents.

(Inherited from MessageFault)
OnWriteDetailContents(XmlDictionaryWriter)
OnWriteStartDetail(XmlDictionaryWriter, EnvelopeVersion)

Writes the start element using the specified XmlDictionaryWriter and SOAP envelope version.

(Inherited from MessageFault)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteTo(XmlDictionaryWriter, EnvelopeVersion)

Writes the message fault that uses the specified XmlDictionaryWriter and SOAP envelope version.

(Inherited from MessageFault)
WriteTo(XmlWriter, EnvelopeVersion)

Writes the message fault that uses the specified XmlWriter and SOAP envelope version.

(Inherited from MessageFault)

Applies to