Lines Matching defs:CreateException
317 throw reader.CreateException(errorPrefix + state);
333 throw reader.CreateException(string.Format(CultureInfo.InvariantCulture, "Invalid character in string literal: U+{0:x4}", (int) c));
339 throw reader.CreateException("Invalid use of surrogate pair code units");
352 throw reader.CreateException("Invalid use of surrogate pair code units");
386 throw reader.CreateException(string.Format(CultureInfo.InvariantCulture, "Invalid character in character escape sequence: U+{0:x4}", (int) c));
414 throw reader.CreateException(string.Format(CultureInfo.InvariantCulture, "Invalid character in character escape sequence: U+{0:x4}", (int) c));
432 throw reader.CreateException("Unexpected end of text while reading literal token " + text);
436 throw reader.CreateException("Unexpected character while reading literal token " + text);
480 throw reader.CreateException("Numeric value out of range: " + builder);
489 throw reader.CreateException("Invalid numeric literal");
496 throw reader.CreateException("Invalid numeric literal: leading 0 for non-zero value.");
508 throw reader.CreateException("Invalid numeric literal: fraction with no trailing digits");
519 throw reader.CreateException("Invalid numeric literal: exponent with no trailing digits");
533 throw reader.CreateException("Invalid numeric literal: exponent without value");
741 throw CreateException(messageOnFailure);
758 internal InvalidJsonException CreateException(string message)