Click or drag to resize
JsonFormatException Constructor (String)
Creates new instance with a specified message.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonFormatException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error. Value can be null.
See Also