Click or drag to resize
SerializationExceptionsNewMissingItem Method
This is intended to MsgPack for CLI internal use. Do not use this type from application directly. Returns new exception to notify that item is not found on the unpacking stream.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static Exception NewMissingItem(
	int index
)

Parameters

index
Type: SystemInt32
The index to be unpacking.

Return Value

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