Click or drag to resize
MessageNotSupportedException Constructor (String)
Initializes a new instance of the MessageNotSupportedException class with a specified error message.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessageNotSupportedException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also