Click or drag to resize
MessageTypeException Class
Represents unpacking error when message type is unknown or unavailable.
Inheritance Hierarchy

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