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