<PackageReference Include="System.Text.Json" Version="10.0.0-preview.2.25163.2" />

ExceptionResource

namespace System.Text.Json { internal enum ExceptionResource { ArrayDepthTooLarge, EndOfCommentNotFound, EndOfStringNotFound, RequiredDigitNotFoundAfterDecimal, RequiredDigitNotFoundAfterSign, RequiredDigitNotFoundEndOfData, ExpectedEndAfterSingleJson, ExpectedEndOfDigitNotFound, ExpectedFalse, ExpectedNextDigitEValueNotFound, ExpectedNull, ExpectedSeparatorAfterPropertyNameNotFound, ExpectedStartOfPropertyNotFound, ExpectedStartOfPropertyOrValueNotFound, ExpectedStartOfPropertyOrValueAfterComment, ExpectedStartOfValueNotFound, ExpectedTrue, ExpectedValueAfterPropertyNameNotFound, FoundInvalidCharacter, InvalidCharacterWithinString, InvalidCharacterAfterEscapeWithinString, InvalidHexCharacterWithinString, InvalidEndOfJsonNonPrimitive, MismatchedObjectArray, ObjectDepthTooLarge, ZeroDepthAtEnd, DepthTooLarge, CannotStartObjectArrayWithoutProperty, CannotStartObjectArrayAfterPrimitiveOrClose, CannotWriteValueWithinObject, CannotWriteValueAfterPrimitiveOrClose, CannotWritePropertyWithinArray, ExpectedJsonTokens, TrailingCommaNotAllowedBeforeArrayEnd, TrailingCommaNotAllowedBeforeObjectEnd, InvalidCharacterAtStartOfComment, UnexpectedEndOfDataWhileReadingComment, UnexpectedEndOfLineSeparator, ExpectedOneCompleteToken, NotEnoughData, InvalidLeadingZeroInNumber, CannotWriteWithinString } }