Click or drag to resize
MessageTypeException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the MessageTypeException class with serialized data.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected MessageTypeException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions
ExceptionCondition
ArgumentNullException The info parameter is null.
SerializationException The class name is null or [P:HResult] is zero (0).
See Also