1 instantiation of JsonReaderException
System.Text.Json (1)
System\Text\Json\ThrowHelper.cs (1)
369return new JsonReaderException(message, lineNumber, bytePositionInLine);
3 references to JsonReaderException
System.Text.Json (3)
System\Text\Json\Serialization\JsonConverterOfT.ReadCore.cs (1)
62case JsonReaderException jsonReaderEx:
System\Text\Json\Serialization\JsonSerializer.Read.Utf8JsonReader.cs (1)
462catch (JsonReaderException ex)
System\Text\Json\ThrowHelper.Serialization.cs (1)
430public static void ReThrowWithPath(scoped ref ReadStack state, JsonReaderException ex)