12 references to FileNotFoundException
mscorlib (8)
system\io\__error.cs (1)
143throw new FileNotFoundException(Environment.GetResourceString("IO.FileNotFound"));
system\io\isolatedstorage\isolatedstoragefile.cs (3)
889throw new FileNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", sourceFileName)); 930throw new FileNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", sourceFileName)); 1014throw new FileNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", sourceFileName));
system\reflection\assembly.cs (1)
3044throw new FileNotFoundException(String.Format(culture, Environment.GetResourceString("IO.FileNotFound_FileName"), an.Name));
system\security\accesscontrol\filesecurity.cs (1)
367exception = new FileNotFoundException(name);
system\security\accesscontrol\nativeobjectsecurity.cs (1)
158exception = ( name == null ? new FileNotFoundException() : new FileNotFoundException( name ));
system\typenameparser.cs (1)
240throw new FileNotFoundException(Environment.GetResourceString("FileNotFound_ResolveAssembly", asmName));
System (1)
services\monitoring\system\diagnosticts\FileVersionInfo.cs (1)
456throw new FileNotFoundException(fileName);
System.Drawing (2)
commonui\System\Drawing\Icon.cs (1)
273throw new FileNotFoundException(filePath);
commonui\System\Drawing\Image.cs (1)
178throw new FileNotFoundException(filename);
System.Web.Extensions (1)
Compilation\WCFBuildProvider.cs (1)
625throw new System.IO.FileNotFoundException(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_FailedToLoadAssembly, assemblyName));