Show / Hide Table of Contents

Class JsonPathParseException

Defines a custom exception object that is thrown when JSONPath parsing fails.

Inheritance
System.Object
System.Exception
JsonPathParseException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: JsonCons.JsonPath
Assembly: JsonCons.JsonPath.dll
Syntax
public class JsonPathParseException : Exception, ISerializable

Properties

| Improve this Doc View Source

ColumnNumber

The column in the JSONPath string where a parse error was detected.

Declaration
public int ColumnNumber { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

LineNumber

The line in the JSONPath string where a parse error was detected.

Declaration
public int LineNumber { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ToString()

Returns an error message that describes the current exception.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string representation of the current exception.

Overrides
System.Exception.ToString()

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX