7 references to CacheEntryNotFound
System (7)
net\System\Net\Cache\FtpRequestCacheValidator.cs (2)
204
FailRequest(WebExceptionStatus.
CacheEntryNotFound
);
235
FailRequest(WebExceptionStatus.
CacheEntryNotFound
);
net\System\Net\Cache\HttpRequestCacheValidator.cs (2)
263
FailRequest(WebExceptionStatus.
CacheEntryNotFound
);
294
FailRequest(WebExceptionStatus.
CacheEntryNotFound
);
net\System\Net\Cache\RequestCacheValidator.cs (1)
182
if (webStatus == WebExceptionStatus.
CacheEntryNotFound
)
net\System\Net\Internal.cs (2)
993
return new WebException(NetRes.GetWebStatusString("net_requestaborted", WebExceptionStatus.
CacheEntryNotFound
), WebExceptionStatus.
CacheEntryNotFound
);