13 references to FileNotFoundException
mscorlib (5)
system\io\__error.cs (1)
145throw new FileNotFoundException(Environment.GetResourceString("IO.FileNotFound_FileName", str), str);
system\reflection\assembly.cs (1)
3105dllNotFoundException = new FileNotFoundException(String.Format(culture,
system\reflection\emit\assemblybuilder.cs (2)
1161throw new FileNotFoundException(Environment.GetResourceString( 1544throw new FileNotFoundException(Environment.GetResourceString(
system\reflection\emit\modulebuilder.cs (1)
1448throw new FileNotFoundException(Environment.GetResourceString(
System (4)
net\System\Net\Cache\_SingleItemRequestCache.cs (4)
127FileNotFoundException fileNotFoundException = new FileNotFoundException(null, key); 143FileNotFoundException fileNotFoundException = new FileNotFoundException(null, key); 157FileNotFoundException fileNotFoundException = new FileNotFoundException(null, key); 169FileNotFoundException fileNotFoundException = new FileNotFoundException(null, key);
System.AddIn (1)
System\Addin\MiniReflection\MiniAssembly.cs (1)
211throw new FileNotFoundException(String.Format(CultureInfo.CurrentCulture, Res.FileNotFoundForInspection, simpleName), libName);
System.Core (1)
System\IO\__Error.cs (1)
160throw new FileNotFoundException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.IO_FileNotFound_FileName), str), str);
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
228throw new FileNotFoundException(null, serializerName);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
301throw FxTrace.Exception.AsError((new FileNotFoundException(e.Message, fullPath)));