6 references to FileNotFoundException
mscorlib (3)
system\security\accesscontrol\filesecurity.cs (1)
369
exception = new
FileNotFoundException
();
system\security\accesscontrol\nativeobjectsecurity.cs (2)
158
exception = ( name == null ? new
FileNotFoundException
() : new FileNotFoundException( name ));
303
exception = new
FileNotFoundException
();
System.Web (1)
Management\regiisutil.cs (1)
378
throw new System.IO.
FileNotFoundException
();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
320
throw new System.IO.
FileNotFoundException
();
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\AssemblyLoader.cs (1)
77
throw new
FileNotFoundException
();