UnpackerReadNullableInt32 Method |
Namespace: MsgPack
[CLSCompliantAttribute(false)] public virtual bool ReadNullableInt32( out Nullable<int> result )
[Missing <param name="result"/> documentation for "M:MsgPack.Unpacker.ReadNullableInt32(System.Nullable{System.Int32}@)"]
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 Int32 type. |