SerializationExceptionsNewUnexpectedEndOfStream Method |
This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that unpacking stream ends on unexpectedly position.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static Exception NewUnexpectedEndOfStream()
Public Shared Function NewUnexpectedEndOfStream As Exception
public:
static Exception^ NewUnexpectedEndOfStream()
static member NewUnexpectedEndOfStream : unit -> Exception
Return Value
Type:
ExceptionException instance. It will not be
null.
See Also