WebLogic Messaging API Class Library

IBytesMessage.ReadUnsignedShort�Method�

Reads an unsigned 16-bit number from the bytes message stream.

ushort�ReadUnsignedShort();

Return Value

the next two bytes from the bytes message stream, interpreted as an unsigned 16-bit integer

Exceptions

Exception Type Condition
MessageException if JMS fails to read the message due to some internal error.
MessageEOFException if unexpected end of bytes stream has been reached.
MessageNotReadableException if the message is in write-only mode.

See Also

IBytesMessage Interface | WebLogic.Messaging Namespace