MessageFault::CreateFault Method (FaultCode^, FaultReason^, Object^, XmlObjectSerializer^, String^)

 

Returns a new MessageFault object that uses the specified FaultCode, FaultReason, detail object, XmlObjectSerializer, and actor.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
static MessageFault^ CreateFault(
	FaultCode^ code,
	FaultReason^ reason,
	Object^ detail,
	XmlObjectSerializer^ serializer,
	String^ actor
)

Parameters

code
Type: System.ServiceModel::FaultCode^

The fault code for the fault message.

reason
Type: System.ServiceModel::FaultReason^

The reason for the fault.

detail
Type: System::Object^

The fault detail object.

serializer
Type: System.Runtime.Serialization::XmlObjectSerializer^

The serializer to use when serializing the detail object.

actor
Type: System::String^

The value of the actor.

Return Value

Type: System.ServiceModel.Channels::MessageFault^

A MessageFault object with initial values from the passed in parameters.

.NET Framework
Available since 3.0
Return to top
Show: