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