7 references to ExceptionResource
System.Text.Json (7)
System\ThrowHelper.cs (7)
27
throw GetArgumentException(
ExceptionResource
.Argument_CannotExtractScalar, argument);
34
ExceptionResource
.ArgumentOutOfRange_IndexMustBeLess);
49
private static ArgumentOutOfRangeException GetArgumentOutOfRangeException(ExceptionArgument argument,
ExceptionResource
resource)
54
private static ArgumentException GetArgumentException(
ExceptionResource
resource, ExceptionArgument argument)
80
private static string GetResourceString(
ExceptionResource
resource)
84
case
ExceptionResource
.ArgumentOutOfRange_IndexMustBeLess:
86
case
ExceptionResource
.Argument_CannotExtractScalar: