Freigeben über


FaultFormatter.CreateFaultException Methode

Definition

Überlädt

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

CreateFaultException(MessageFault, String)

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

Parameter

messageFault
MessageFault
action
String

Gibt zurück

Gilt für:

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

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

Parameter

messageFault
MessageFault
action
String
detailObj
Object
detailType
Type
detailReader
XmlDictionaryReader

Gibt zurück

Gilt für: