Skip to content

Commit 01fc7c0

Browse files
authored
Reintroduce set for JsonParsingException.ActualChar (#5090) (#5320)
(cherry picked from commit 5f937c1)
1 parent 35c12cd commit 01fc7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch.Net/Utf8Json/JsonReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ public class JsonParsingException : Exception
11681168
private readonly WeakReference _underlyingBytes;
11691169
private readonly int _limit;
11701170
public int Offset { get; }
1171-
public string ActualChar { get; }
1171+
public string ActualChar { get; set; }
11721172

11731173
public JsonParsingException(string message)
11741174
: base(message)

0 commit comments

Comments
 (0)