The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MessageFault::CreateFault Method (FaultCode^, FaultReason^, Object^)
.NET Framework (current version)
Returns a new MessageFault object that uses the specified FaultCode, FaultReason, and detail object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static MessageFault^ CreateFault( FaultCode^ code, FaultReason^ reason, Object^ detail )
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.
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: