DocFX + Singulink = ♥

Class JsonParseException

Represents errors that occur when parsing JSON data.

Inheritance
object
Exception
JsonParseException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: SlugBase
Assembly: SlugBase.dll
Syntax
public class JsonParseException : Exception, ISerializable, _Exception

Properties

View Source

CharIndex

The offset in the input string that the error occurred at.

Declaration
public int CharIndex { get; }
Property Value
Type Description
int
View Source

Line

The line in the input string that the error occurred at.

Declaration
public int Line { get; }
Property Value
Type Description
int

Implements

ISerializable
_Exception