MessageFault::CreateFault Method (FaultCode^, FaultReason^, Object^, XmlObjectSerializer^)
.NET Framework (current version)
Returns a new MessageFault object that uses the specified FaultCode, FaultReason, detail object, and XmlObjectSerializer objects.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static MessageFault^ CreateFault( FaultCode^ code, FaultReason^ reason, Object^ detail, XmlObjectSerializer^ serializer )
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.
Return Value
Type: System.ServiceModel.Channels::MessageFault^A MessageFault object with initial values from the passed in parameters.
.NET Framework
Available since 3.0
Available since 3.0
Show: