Click or drag to resize
InvalidMessagePackStreamException Class
Exception occured when inbound stream is invalid as serialized Message Pack stream.
Inheritance Hierarchy
SystemObject
  SystemException
    MsgPackInvalidMessagePackStreamException

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