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.
This documentation is archived and is not being maintained.
MessageFault:: CreateFault Method
.NET Framework (current version)
Namespace:
System.ServiceModel.Channels Assembly:
System.ServiceModel (in System.ServiceModel.dll)
Name Description CreateFault(FaultCode^, FaultReason^) CreateFault(FaultCode^, FaultReason^, Object^) CreateFault(FaultCode^, FaultReason^, Object^, XmlObjectSerializer^) CreateFault(FaultCode^, FaultReason^, Object^, XmlObjectSerializer^, String^) CreateFault(FaultCode^, FaultReason^, Object^, XmlObjectSerializer^, String^, String^) CreateFault(FaultCode^, String^) CreateFault(Message^, Int32) Returns a new MessageFault object that uses the specified Message and the specified maximum buffer size for the message buffer.
Return to top