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