5 references to GetException
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\HttpParser.cs (1)
585=> KestrelBadHttpRequestException.GetException(
Internal\Http\HttpProtocol.cs (1)
1389=> KestrelBadHttpRequestException.GetException(
KestrelBadHttpRequestException.cs (3)
22=> throw GetException(reason, method.ToString().ToUpperInvariant()); 99throw GetException(reason, detail); 105throw GetException(reason, detail.ToString());