6 references to GetException
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\Http1Connection.cs (1)
997return KestrelBadHttpRequestException.GetException(parseResult.ErrorReason, detail);
Internal\Http\HttpParser.cs (1)
351=> KestrelBadHttpRequestException.GetException(
Internal\Http\HttpProtocol.cs (1)
1404=> KestrelBadHttpRequestException.GetException(
KestrelBadHttpRequestException.cs (3)
22=> throw GetException(reason, method.ToString().ToUpperInvariant()); 110throw GetException(reason, detail); 116throw GetException(reason, detail.ToString());