UnpackerReadNullableInt16 Method |
Namespace: MsgPack
[CLSCompliantAttribute(false)] public virtual bool ReadNullableInt16( out Nullable<short> result )
[Missing <param name="result"/> documentation for "M:MsgPack.Unpacker.ReadNullableInt16(System.Nullable{System.Int16}@)"]
Exception | Condition |
---|---|
InvalidMessagePackStreamException | Cannot read a value because the underlying stream unexpectedly ends. |
MessageTypeException | A value read from data source is not compatible for the nullable Int16 type. |