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