次の方法で共有


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

戻り値

適用対象