Base:
3 references to ErrorCode
Microsoft.AspNetCore.Server.HttpSys (3)
UrlPrefixCollection.cs (3)
235if ((ex.ErrorCode != ErrorCodes.ERROR_ACCESS_DENIED 236&& ex.ErrorCode != ErrorCodes.ERROR_SHARING_VIOLATION 237&& ex.ErrorCode != ErrorCodes.ERROR_ALREADY_EXISTS) || index == MaxRetries - 1)