Click or drag to resize
SerializationExceptionsNewIsIncorrectStream Method
This is intended to MsgPack for CLI internal use. Do not use this type from application directly. Returns new exception to notify that the underlying stream is not correct semantically because failed to unpack items count of array/map.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static Exception NewIsIncorrectStream(
	Exception innerException
)

Parameters

innerException
Type: SystemException
The inner exception for the debug. The value is implementation specific.

Return Value

Type: Exception
Exception instance. It will not be null.
See Also