Click or drag to resize
SerializationExceptionsNewValueTypeCannotBeNull Method
Overload List
  NameDescription
Public methodStatic memberNewValueTypeCannotBeNull(Type)
This is intended to MsgPack for CLI internal use. Do not use this type from application directly. Returns new exception to notify that value type cannot be null on deserialization.
Public methodStatic memberNewValueTypeCannotBeNull(String, Type, Type)
This is intended to MsgPack for CLI internal use. Do not use this type from application directly. Returns new exception to notify that value type cannot be null on deserialization.
Top
See Also