4 references to E_FILENOTFOUND
System.Web (4)
FileChangesMonitor.cs (2)
681
else if (hr == HResults.E_PATHNOTFOUND || hr == HResults.
E_FILENOTFOUND
) {
1451
case HResults.
E_FILENOTFOUND
:
Util\FileUtil.cs (2)
372
if (!(hr == HResults.
E_FILENOTFOUND
|| hr == HResults.E_PATHNOTFOUND)) {
405
if (hr == HResults.
E_FILENOTFOUND
|| hr == HResults.E_PATHNOTFOUND) {