Click or drag to resize
JsonFormatException Constructor (String, Int32, Int32, Int32)
Creates new instance with specified point where error occurred and message.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonFormatException(
	string message,
	int line,
	int column,
	int position
)

Parameters

message
Type: SystemString
The message that describes the error. Value can be null.
line
Type: SystemInt32
The line number where exception occurred.
column
Type: SystemInt32
The column number where exception occurred.
position
Type: SystemInt32
The possition where exception occurred.
See Also