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