Edit

Share via


FaultFormatter.CreateFaultException Method

Definition

Overloads

CreateFaultException(MessageFault, String)
CreateFaultException(MessageFault, String, Object, Type, XmlDictionaryReader)

CreateFaultException(MessageFault, String)

Source:
FaultFormatter.cs
Source:
FaultFormatter.cs
Source:
FaultFormatter.cs
protected:
 virtual System::ServiceModel::FaultException ^ CreateFaultException(System::ServiceModel::Channels::MessageFault ^ messageFault, System::String ^ action);
protected virtual System.ServiceModel.FaultException CreateFaultException (System.ServiceModel.Channels.MessageFault messageFault, string action);
abstract member CreateFaultException : System.ServiceModel.Channels.MessageFault * string -> System.ServiceModel.FaultException
override this.CreateFaultException : System.ServiceModel.Channels.MessageFault * string -> System.ServiceModel.FaultException
Protected Overridable Function CreateFaultException (messageFault As MessageFault, action As String) As FaultException

Parameters

messageFault
MessageFault
action
String

Returns

Applies to

CreateFaultException(MessageFault, String, Object, Type, XmlDictionaryReader)

Source:
FaultFormatter.cs
Source:
FaultFormatter.cs
Source:
FaultFormatter.cs
protected:
 System::ServiceModel::FaultException ^ CreateFaultException(System::ServiceModel::Channels::MessageFault ^ messageFault, System::String ^ action, System::Object ^ detailObj, Type ^ detailType, System::Xml::XmlDictionaryReader ^ detailReader);
protected System.ServiceModel.FaultException CreateFaultException (System.ServiceModel.Channels.MessageFault messageFault, string action, object detailObj, Type detailType, System.Xml.XmlDictionaryReader detailReader);
member this.CreateFaultException : System.ServiceModel.Channels.MessageFault * string * obj * Type * System.Xml.XmlDictionaryReader -> System.ServiceModel.FaultException
Protected Function CreateFaultException (messageFault As MessageFault, action As String, detailObj As Object, detailType As Type, detailReader As XmlDictionaryReader) As FaultException

Parameters

messageFault
MessageFault
action
String
detailObj
Object
detailType
Type
detailReader
XmlDictionaryReader

Returns

Applies to