4 references to HttpSysException
Microsoft.AspNetCore.Server.HttpSys (4)
NativeInterop\RequestQueue.cs (2)
67
throw new
HttpSysException
((int)statusCode, $"Failed to attach to the given request queue '{requestQueueName}', the queue could not be found.");
71
throw new
HttpSysException
((int)statusCode, $"The given request queue name '{requestQueueName}' is invalid.");
NativeInterop\UrlGroup.cs (2)
163
throw new
HttpSysException
((int)statusCode, Resources.FormatException_PrefixAlreadyRegistered(uriPrefix));
167
throw new
HttpSysException
((int)statusCode, Resources.FormatException_AccessDenied(uriPrefix, Environment.UserDomainName + @"\" + Environment.UserName));