Skip to content

JsonPathSerializerException Class

Shuzhao Feng edited this page Jan 28, 2024 · 2 revisions

Class Signature

namespace JsonPathSerializer.Exceptions;

class JsonPathSerializerException: SystemException;

Class Properties

Path? : string

The path where the exception occurred.

Token? : JToken

The token that caused the exception.

Value? : object

The value that was being inserted when the exception occurs.

Supported Versions

v0.3.0 and above
  • v0.3.0

Clone this wiki locally