FaultConverter Class

Definition

Converts exceptions thrown by a channel into SOAP fault messages that conform to the channel's protocol.

public ref class FaultConverter abstract
public abstract class FaultConverter
type FaultConverter = class
Public MustInherit Class FaultConverter
Inheritance
FaultConverter

Constructors

FaultConverter()

Initializes a new instance of the FaultConverter class.

Methods

Equals(Object)

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

(Inherited from Object)
GetDefaultFaultConverter(MessageVersion)

Gets the default fault converter.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnTryCreateException(Message, MessageFault, Exception)

Tries to create the exception.

OnTryCreateFaultMessage(Exception, Message)

Tries to create the fault message once the fault has been converted to a SOAP exception.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryCreateException(Message, MessageFault, Exception)

Wraps OnTryCreateException(Message, MessageFault, Exception) with error checking.

TryCreateFaultMessage(Exception, Message)

Wraps OnTryCreateFaultMessage(Exception, Message) with error checking.

Applies to