UnpackException Constructor (String) |
Initializes a new instance of the
UnpackException class with a specified error message.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public UnpackException(
string message
)
Public Sub New (
message As String
)
public:
UnpackException(
String^ message
)
new :
message : string -> UnpackException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also