An NDoc Documented Class Library

IStreamMessage.WriteObject Method 

Writes an object to the stream message.

void WriteObject(
   object value
);

Parameters

value
The object value to write.

Exceptions

Exception Type Condition
MsgException Thrown when unable to write the value.
MessageFormatException Thrown when the object is of an invalid type.
MessageNotWriteableException Thrown when the message is read-only.

See Also

IStreamMessage Interface | webMethods.Msg Namespace