Click or drag to resize
SerializationExceptionsNewNullIsProhibited 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 member cannot be null or the unpacking value cannot be nil because nil value is explicitly prohibitted.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static Exception NewNullIsProhibited(
	string memberName
)

Parameters

memberName
Type: SystemString
The name of the member.

Return Value

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