We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c12cd commit 01fc7c0Copy full SHA for 01fc7c0
src/Elasticsearch.Net/Utf8Json/JsonReader.cs
@@ -1168,7 +1168,7 @@ public class JsonParsingException : Exception
1168
private readonly WeakReference _underlyingBytes;
1169
private readonly int _limit;
1170
public int Offset { get; }
1171
- public string ActualChar { get; }
+ public string ActualChar { get; set; }
1172
1173
public JsonParsingException(string message)
1174
: base(message)
0 commit comments