23 references to HttpSysException
Microsoft.AspNetCore.Server.HttpSys (23)
AsyncAcceptContext.cs (3)
54
return ValueTask.FromException<RequestContext>(new
HttpSysException
((int)statusCode));
69
throw new
HttpSysException
((int)errorCode);
104
throw new
HttpSysException
((int)statusCode);
NativeInterop\RequestQueue.cs (4)
102
throw new
HttpSysException
((int)statusCode);
113
throw new
HttpSysException
(Marshal.GetLastWin32Error());
154
throw new
HttpSysException
((int)result);
171
throw new
HttpSysException
((int)result);
NativeInterop\ServerSession.cs (1)
19
throw new
HttpSysException
((int)statusCode);
NativeInterop\UrlGroup.cs (3)
42
throw new
HttpSysException
((int)statusCode);
109
var exception = new
HttpSysException
((int)statusCode);
182
throw new
HttpSysException
((int)statusCode);
RequestProcessing\ClientCertLoader.cs (2)
193
Fail(new
HttpSysException
((int)statusCode));
263
asyncResult.Fail(new
HttpSysException
((int)errorCode));
RequestProcessing\RequestContext.cs (2)
312
throw new
HttpSysException
((int)statusCode);
419
throw new
HttpSysException
((int)statusCode);
RequestProcessing\RequestStream.cs (2)
147
Exception exception = new IOException(string.Empty, new
HttpSysException
((int)statusCode));
268
Exception exception = new IOException(string.Empty, new
HttpSysException
((int)statusCode));
RequestProcessing\RequestStreamAsyncResult.cs (1)
79
asyncResult.Fail(new IOException(string.Empty, new
HttpSysException
((int)errorCode)));
RequestProcessing\Response.cs (1)
691
throw new
HttpSysException
((int)errorCode);
RequestProcessing\ResponseBody.cs (3)
169
var exception = new IOException(string.Empty, new
HttpSysException
((int)statusCode));
385
Exception exception = new IOException(string.Empty, new
HttpSysException
((int)statusCode));
708
var exception = new IOException(string.Empty, new
HttpSysException
((int)statusCode));
RequestProcessing\ResponseStreamAsyncResult.cs (1)
245
var exception = new IOException(string.Empty, new
HttpSysException
((int)errorCode));