JsonFormatException Constructor (Int32, Int32, Int32) |
Creates new instance with specified point where error occurred.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic JsonFormatException(
int line,
int column,
int position
)
Public Sub New (
line As Integer,
column As Integer,
position As Integer
)
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