31 instantiations of FileNotFoundException
mscorlib (16)
system\io\__error.cs (2)
143throw new FileNotFoundException(Environment.GetResourceString("IO.FileNotFound")); 145throw new FileNotFoundException(Environment.GetResourceString("IO.FileNotFound_FileName", str), str);
system\io\isolatedstorage\isolatedstoragefile.cs (3)
889throw new FileNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", sourceFileName)); 930throw new FileNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", sourceFileName)); 1014throw new FileNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", sourceFileName));
system\reflection\assembly.cs (2)
3044throw new FileNotFoundException(String.Format(culture, Environment.GetResourceString("IO.FileNotFound_FileName"), an.Name)); 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\security\accesscontrol\filesecurity.cs (2)
367exception = new FileNotFoundException(name); 369exception = new FileNotFoundException();
system\security\accesscontrol\nativeobjectsecurity.cs (3)
158exception = ( name == null ? new FileNotFoundException() : new FileNotFoundException( name )); 303exception = new FileNotFoundException();
system\typenameparser.cs (1)
240throw new FileNotFoundException(Environment.GetResourceString("FileNotFound_ResolveAssembly", asmName));
System (5)
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);
services\monitoring\system\diagnosticts\FileVersionInfo.cs (1)
456throw new FileNotFoundException(fileName);
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.Drawing (2)
commonui\System\Drawing\Icon.cs (1)
273throw new FileNotFoundException(filePath);
commonui\System\Drawing\Image.cs (1)
178throw new FileNotFoundException(filename);
System.Web (1)
Management\regiisutil.cs (1)
378throw new System.IO.FileNotFoundException();
System.Web.Extensions (1)
Compilation\WCFBuildProvider.cs (1)
625throw new System.IO.FileNotFoundException(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_FailedToLoadAssembly, assemblyName));
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();
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)));
110 references to FileNotFoundException
ComSvcConfig (8)
ComplusTypeValidator.cs (8)
46if (e.GetBaseException() is System.IO.FileNotFoundException) 103if (e.GetBaseException() is System.IO.FileNotFoundException) 104throw CreateDescriptiveException((System.IO.FileNotFoundException)e.GetBaseException()); 179if (e.GetBaseException() is System.IO.FileNotFoundException) 180throw CreateDescriptiveException((System.IO.FileNotFoundException)e.GetBaseException()); 202static Exception CreateDescriptiveException(System.IO.FileNotFoundException oldException) 229if (e.GetBaseException() is System.IO.FileNotFoundException) 230throw CreateDescriptiveException((System.IO.FileNotFoundException)e.GetBaseException());
mscorlib (14)
system\appdomain.cs (1)
544catch (FileNotFoundException e)
system\cfgparser.cs (1)
284catch(FileNotFoundException) {
system\io\isolatedstorage\isolatedstoragefile.cs (3)
888} catch (FileNotFoundException) { 923} catch (FileNotFoundException) { 1013} catch (FileNotFoundException) {
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
207} catch (FileNotFoundException) {
system\reflection\assembly.cs (3)
3069FileNotFoundException dllNotFoundException = null; 3102catch (FileNotFoundException) 3136catch (FileNotFoundException)
system\resources\resourcemanager.cs (1)
1195catch(FileNotFoundException)
system\runtime\remoting\configuration.cs (1)
365Exception inner = e.InnerException as FileNotFoundException;
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
1443catch (FileNotFoundException) { }
system\security\accesscontrol\nativeobjectsecurity.cs (1)
22using FileNotFoundException = System.IO.FileNotFoundException;
system\typenameparser.cs (1)
229catch (FileNotFoundException)
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2716catch (FileNotFoundException)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
623catch (System.IO.FileNotFoundException)
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1227if (e is System.IO.FileNotFoundException || e is System.IO.FileLoadException)
src\Framework\System\Windows\Documents\Serialization\SerializerProvider.cs (1)
217catch (FileNotFoundException)
src\Framework\System\Windows\SystemResources.cs (1)
809catch (FileNotFoundException)
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.Activities (4)
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
61if (e is TypeLoadException || e is FileNotFoundException || e is FileLoadException || e is ArgumentException)
System\Activities\Expressions\AssemblyReference.cs (3)
269if (ex is FileNotFoundException || 272(((TargetInvocationException)ex).InnerException is FileNotFoundException || 273((TargetInvocationException)ex).InnerException is FileNotFoundException)))
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
115catch (FileNotFoundException e)
System.Activities.Presentation\System\Activities\Presentation\View\AssemblyContextControlItem.cs (1)
119catch (FileNotFoundException)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (3)
553catch (FileNotFoundException) 579catch (FileNotFoundException) 712catch (FileNotFoundException)
System.AddIn (5)
System\Addin\Hosting\InspectionWorker.cs (4)
166catch (FileNotFoundException) {} 174catch (FileNotFoundException) {} 232catch (FileNotFoundException fnf) 311catch (FileNotFoundException fnf)
System\Addin\Hosting\Store\HostAdapter.cs (1)
84catch (FileNotFoundException) { }
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
115catch (FileNotFoundException e)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\AssemblyContextControlItem.cs (1)
119catch (FileNotFoundException)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (3)
553catch (FileNotFoundException) 579catch (FileNotFoundException) 712catch (FileNotFoundException)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5230catch (FileNotFoundException e) {
System.Data.Entity (2)
System\Data\Metadata\ObjectLayer\MetadataAssemblyHelper.cs (1)
31catch (System.IO.FileNotFoundException)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
108catch (FileNotFoundException)
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityCodeGenerator.cs (2)
295catch (System.IO.FileNotFoundException ex) 369catch (System.IO.FileNotFoundException ex)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
144catch (System.IO.FileNotFoundException ex)
System.Data.Services.Client (1)
System\Data\Services\Client\WebUtil.cs (1)
44catch (FileNotFoundException)
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
303catch (System.IO.FileNotFoundException ex)
System.Drawing (6)
commonui\System\Drawing\BitmapSelector.cs (1)
84catch (FileNotFoundException) {
commonui\System\Drawing\Design\ToolboxItem.cs (2)
615catch (FileNotFoundException) { 626catch (FileNotFoundException) {
commonui\System\Drawing\Image.cs (1)
118catch (FileNotFoundException e) {
commonui\System\Drawing\Printing\PrintDocument.cs (1)
163catch (FileNotFoundException) {
commonui\System\Drawing\SystemFonts.cs (1)
245ex is FileNotFoundException );
System.IO.Log (2)
System\IO\Log\SimpleFileLog.cs (2)
32catch (FileNotFoundException) 54catch (FileNotFoundException)
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
258catch (FileNotFoundException) { }
System.ServiceModel (1)
System\ServiceModel\Description\ClientCredentials.cs (1)
326catch (System.IO.FileNotFoundException)
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceHostFactory.cs (1)
61catch (FileNotFoundException fileNotFoundException)
System.Web (10)
Compilation\BrowserCapabilitiesCompiler.cs (1)
60catch (FileNotFoundException) {
ErrorFormatter.cs (2)
528FileNotFoundException fnfException = e as FileNotFoundException;
HttpApplication.cs (3)
1328catch (FileNotFoundException e) { 1395catch (FileNotFoundException e) { 3334catch (FileNotFoundException e) {
HttpRuntime.cs (1)
1171catch (FileNotFoundException) {
Security\AuthStoreRoleProvider.cs (1)
589catch (FileNotFoundException e) {
UI\TagNameToTypeMapper.cs (2)
95catch (System.IO.FileNotFoundException) { 195catch (System.IO.FileNotFoundException e) {
System.Web.DataVisualization (2)
Common\General\Chart.cs (1)
3552catch (FileNotFoundException)
Common\Utilities\ImageLoader.cs (1)
353 catch(FileNotFoundException)
System.Web.Entity.Design (2)
parent\parent\parent\parent\InternalApis\NDP_FX\inc\BitmapSelector.cs (1)
84catch (FileNotFoundException) {
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
118catch (FileNotFoundException)
System.Web.Extensions (1)
Handlers\ScriptResourceHandler.cs (1)
149catch (FileNotFoundException fnf) {
System.Web.Mobile (2)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
126catch (FileNotFoundException e) 478catch (FileNotFoundException)
System.Windows.Forms (4)
parent\parent\parent\InternalApis\NDP_FX\inc\BitmapSelector.cs (1)
84catch (FileNotFoundException) {
winforms\Managed\System\WinForms\FileDialog_Vista.cs (1)
99catch (FileNotFoundException)
winforms\Managed\System\WinForms\FileDialogCustomPlacesCollection.cs (1)
36catch (FileNotFoundException)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
210catch(System.IO.FileNotFoundException){
System.Windows.Forms.DataVisualization (2)
Common\General\Chart.cs (1)
3552catch (FileNotFoundException)
Common\Utilities\ImageLoader.cs (1)
353 catch(FileNotFoundException)
System.Workflow.ComponentModel (4)
AuthoringOM\DependencyObject.cs (1)
58catch (System.IO.FileNotFoundException)
AuthoringOM\Design\ActivityDesigner.cs (1)
2470catch (FileNotFoundException) { }
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
425catch (FileNotFoundException) 745catch (FileNotFoundException fnf)
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
71catch(System.IO.FileNotFoundException)
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
139catch (System.IO.FileNotFoundException)
WindowsBase (3)
Base\MS\Internal\AssemblyHelper.cs (1)
229catch (FileNotFoundException)
Base\System\IO\Packaging\EncryptedPackage.cs (1)
488/// <exception cref="FileNotFoundException">
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
430catch (System.IO.FileNotFoundException)
WsatConfig (2)
Configuration\MsdtcWrapper.cs (1)
160catch (FileNotFoundException e)
Configuration\Utilities.cs (1)
216catch (System.IO.FileNotFoundException)
WsatUI (2)
Configuration\MsdtcWrapper.cs (1)
160catch (FileNotFoundException e)
Configuration\Utilities.cs (1)
216catch (System.IO.FileNotFoundException)
XamlBuildTask (5)
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (2)
212catch (FileNotFoundException e) 340catch (FileNotFoundException e)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
305catch (FileNotFoundException e)
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (2)
251catch (FileNotFoundException) 297catch (FileNotFoundException e)