Message::CreateMessage Method (MessageVersion^, MessageFault^, String^)
.NET Framework (current version)
Creates a message that contains a SOAP fault, a version and an action.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: static Message^ CreateMessage( MessageVersion^ version, MessageFault^ fault, String^ action )
Parameters
- version
-
Type:
System.ServiceModel.Channels::MessageVersion^
A MessageVersion object that specifies the SOAP version to use for the message.
- fault
-
Type:
System.ServiceModel.Channels::MessageFault^
A MessageFault object that represents a SOAP fault.
- action
-
Type:
System::String^
A description of how the message should be processed.
| Exception | Condition |
|---|---|
| ArgumentNullException | Version, fault or action is null. |
This static method is used to create a new copy of message ready for sending.
.NET Framework
Available since 3.0
Available since 3.0
Show: