Class JsonParseException
Represents errors that occur when parsing JSON data.
Inherited Members
Namespace: SlugBase
Assembly: SlugBase.dll
Syntax
public class JsonParseException : Exception, ISerializable, _Exception
Properties
View SourceCharIndex
The offset in the input string that the error occurred at.
Declaration
public int CharIndex { get; }
Property Value
Type | Description |
---|---|
int |
Line
The line in the input string that the error occurred at.
Declaration
public int Line { get; }
Property Value
Type | Description |
---|---|
int |