Поделиться через


FaultFormatter.CreateFaultException Метод

Определение

Перегрузки

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

CreateFaultException(MessageFault, String)

Исходный код:
FaultFormatter.cs
Исходный код:
FaultFormatter.cs
Исходный код:
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

Параметры

messageFault
MessageFault
action
String

Возвращаемое значение

Применяется к

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

Исходный код:
FaultFormatter.cs
Исходный код:
FaultFormatter.cs
Исходный код:
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

Параметры

messageFault
MessageFault
action
String
detailObj
Object
detailType
Type
detailReader
XmlDictionaryReader

Возвращаемое значение

Применяется к