Class JmesPathParseException
Defines a custom exception object that is thrown when JMESPath parsing fails.
Inheritance
System.Object
System.Exception
JmesPathParseException
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.JmesPath
Assembly: JsonCons.JmesPath.dll
Syntax
public sealed class JmesPathParseException : Exception, ISerializable
Properties
| Improve this Doc View SourceColumnNumber
The column in the JMESPath string where a parse error was detected.
Declaration
public int ColumnNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LineNumber
The line in the JMESPath string where a parse error was detected.
Declaration
public int LineNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToString()
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