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