FaultFormatter.OperationFault<T> Class

Definition

public: generic <typename T>
ref class FaultFormatter::OperationFault : System::ServiceModel::Channels::XmlObjectSerializerFault
public class FaultFormatter.OperationFault<T> : System.ServiceModel.Channels.XmlObjectSerializerFault
type FaultFormatter.OperationFault<'T> = class
    inherit XmlObjectSerializerFault
Public Class FaultFormatter.OperationFault(Of T)
Inherits XmlObjectSerializerFault

Type Parameters

T
Inheritance
FaultFormatter.OperationFault<T>

Constructors

FaultFormatter.OperationFault<T>(XmlObjectSerializer, FaultException<T>)

Properties

Actor (Inherited from XmlObjectSerializerFault)
Code (Inherited from XmlObjectSerializerFault)
HasDetail (Inherited from XmlObjectSerializerFault)
IsMustUnderstandFault

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

(Inherited from MessageFault)
Node (Inherited from XmlObjectSerializerFault)
Reason (Inherited from XmlObjectSerializerFault)

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) (Inherited from XmlObjectSerializerFault)
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