NOTE: This method is now obsolete.
Method will be removed soon. You can use SetByte(name, unchecked((sbyte)value)) instead
Sets a byte value with the specified name into the Map.
bytebyte value to set in the Map Value will be stored as converted signed byte
sbyteinstead of unsigned byte. This is because of java dot interoperability maintenence. Value will be converted back without any loss of data if
GetUnsignedBytemethod is used.
| Exception Type | Condition |
|---|---|
| MessageException | if the JMS provider fails to write the message due to some internal error. |
| ArgumentException | if the name is null or if the name is an empty string. |
| MessageNotWriteableException | if the message is in read-only mode. |
IMapMessage Interface | WebLogic.Messaging Namespace