4 references to ERROR_NOT_FOUND
System (4)
net\System\Net\_AutoWebProxyScriptEngine.cs (1)
436errorCode = UnsafeNclNativeMethods.ErrorCodes.ERROR_NOT_FOUND;
net\System\Net\_RegBlobWebProxyDataBuilder.cs (1)
103errorCode = UnsafeNclNativeMethods.ErrorCodes.ERROR_NOT_FOUND;
net\System\Net\HttpListener.cs (1)
1117if (statusCode == UnsafeNclNativeMethods.ErrorCodes.ERROR_NOT_FOUND)
net\System\Net\HttpListenerRequest.cs (1)
972GlobalLog.Assert(statusCode == UnsafeNclNativeMethods.ErrorCodes.ERROR_NOT_FOUND, "HttpListenerRequest#{0}::ProcessClientCertificate()|Call to UnsafeNclNativeMethods.HttpApi.HttpReceiveClientCertificate() failed with statusCode {1}.", ValidationHelper.HashString(this), statusCode);