Click or drag to resize
UnassignedMessageTypeException Class
Represents unpacking error when message type is not valid because 0xC1 will never be assigned.
Inheritance Hierarchy

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[SerializableAttribute]
public sealed class UnassignedMessageTypeException : MessageTypeException
Constructors
  NameDescription
Public methodUnassignedMessageTypeException
Initializes a new instance of the UnassignedMessageTypeException class with the default error message.
Public methodUnassignedMessageTypeException(String)
Initializes a new instance of the UnassignedMessageTypeException class with a specified error message.
Public methodUnassignedMessageTypeException(String, Exception)
Initializes a new instance of the UnassignedMessageTypeException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also