JsonParsingException Class

Namespace: Stimulsoft.Base.Json2

Inheritance

Inherits from: Exception

Constructors

Constructor Description
JsonParsingException(string message)  
JsonParsingException(string message, byteunderlyingBytes , int offset, int limit, string actualChar)  

JsonParsingException(message: string)

Parameters

  • message (string)

JsonParsingException(message: string, **: byteunderlyingBytes, **offset: int, limit: int, actualChar: string)

Parameters

  • message (string)
  • ** (byteunderlyingBytes)
  • offset (int)
  • limit (int)
  • actualChar (string)

Properties

Property Type Description
ActualChar string  
Offset int