4 references to ExceptionArgument
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\ThrowHelper.cs (4)
11public static void ThrowArgumentOutOfRangeException(ExceptionArgument argument) 17private static ArgumentOutOfRangeException GetArgumentOutOfRangeException(ExceptionArgument argument) 22private static string GetArgumentName(ExceptionArgument argument) 24Debug.Assert(Enum.IsDefined(typeof(ExceptionArgument), argument), "The enum value is not defined, please check the ExceptionArgument Enum.");