An NDoc Documented Class Library

IMessageProducer.Send Method (IMessage)

Sends a message to the message producer's destination.

void Send(
   IMessage message
);

Parameters

message
The message to send.

Exceptions

Exception Type Condition
MsgException Thrown when an error occurs sending the message.
MessageFormatException Thrown when an invalid message is specified.
InvalidDestinationException Thrown when sending to an invalid destination.
NotSupportedException Thrown when the message producer does not have a destination.

See Also

IMessageProducer Interface | webMethods.Msg Namespace | IMessageProducer.Send Overload List