Compartilhar via


FaultFormatter.CreateFaultException Método

Definição

Sobrecargas

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

CreateFaultException(MessageFault, String)

Origem:
FaultFormatter.cs
Origem:
FaultFormatter.cs
Origem:
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

Parâmetros

messageFault
MessageFault
action
String

Retornos

Aplica-se a

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

Origem:
FaultFormatter.cs
Origem:
FaultFormatter.cs
Origem:
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

Parâmetros

messageFault
MessageFault
action
String
detailObj
Object
detailType
Type
detailReader
XmlDictionaryReader

Retornos

Aplica-se a