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