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