17 references to ExceptionArgument
System.Text.Encodings.Web (17)
System\ThrowHelper.cs (17)
25internal static void ThrowArgumentException_CannotExtractScalar(ExceptionArgument argument) 33throw GetArgumentOutOfRangeException(ExceptionArgument.index, 38internal static void ThrowArgumentNullException(ExceptionArgument argument) 44internal static void ThrowArgumentOutOfRangeException(ExceptionArgument argument) 49private static ArgumentOutOfRangeException GetArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) 54private static ArgumentException GetArgumentException(ExceptionResource resource, ExceptionArgument argument) 59private static string GetArgumentName(ExceptionArgument argument) 63case ExceptionArgument.ch: 64return nameof(ExceptionArgument.ch); 65case ExceptionArgument.culture: 66return nameof(ExceptionArgument.culture); 67case ExceptionArgument.index: 68return nameof(ExceptionArgument.index); 69case ExceptionArgument.input: 70return nameof(ExceptionArgument.input); 71case ExceptionArgument.value: 72return nameof(ExceptionArgument.value);