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

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

Parameters

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