12 instantiations of DirectoryNotFoundException
mscorlib (6)
system\io\__error.cs (2)
149throw new DirectoryNotFoundException(Environment.GetResourceString("IO.PathNotFound_NoPathName")); 151throw new DirectoryNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", str));
system\io\isolatedstorage\isolatedstoragefile.cs (2)
891throw new DirectoryNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", sourceFileName)); 1080throw new DirectoryNotFoundException(Environment.GetResourceString("IO.PathNotFound_Path", sourceDirectoryName));
system\security\accesscontrol\filesecurity.cs (2)
361exception = new DirectoryNotFoundException(name); 363exception = new DirectoryNotFoundException();
System.AddIn (2)
System\Addin\Hosting\AddInStore.cs (2)
674throw new DirectoryNotFoundException(String.Format(CultureInfo.CurrentCulture, Res.FolderNotFound, addInPath)); 698throw new DirectoryNotFoundException(String.Format(CultureInfo.CurrentCulture, Res.FolderNotFound, pipelineRoot));
System.Core (1)
System\IO\__Error.cs (1)
168throw new DirectoryNotFoundException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.IO_PathNotFound_Path), str));
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
724System.IO.DirectoryNotFoundException e = new System.IO.DirectoryNotFoundException();
System.Web (1)
Management\regiisutil.cs (1)
364throw new System.IO.DirectoryNotFoundException();
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1233throw new DirectoryNotFoundException(SR.ExceptionHttpHandlerTempDirectoryInvalid(fileDirectory));
17 references to DirectoryNotFoundException
mscorlib (4)
system\cfgparser.cs (1)
287catch(DirectoryNotFoundException) {
system\io\isolatedstorage\isolatedstoragefile.cs (2)
890} catch (DirectoryNotFoundException) { 1079} catch (DirectoryNotFoundException) {
system\reflection\assembly.cs (1)
3152catch (DirectoryNotFoundException)
System.AddIn (1)
System\Addin\Hosting\AddInStore.cs (1)
963catch (DirectoryNotFoundException)
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
724System.IO.DirectoryNotFoundException e = new System.IO.DirectoryNotFoundException();
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
377catch (System.IO.DirectoryNotFoundException ex)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
152catch (System.IO.DirectoryNotFoundException ex)
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
311catch (System.IO.DirectoryNotFoundException ex)
System.Drawing (1)
commonui\System\Drawing\Image.cs (1)
446catch (DirectoryNotFoundException) {
System.Web (3)
HttpApplication.cs (3)
1334catch (DirectoryNotFoundException e) { 1401catch (DirectoryNotFoundException e) { 3340catch (DirectoryNotFoundException e) {
System.Web.DataVisualization (3)
Common\General\Chart.cs (1)
3556catch (DirectoryNotFoundException)
WebForm\ChartWebControl.cs (1)
3221catch (DirectoryNotFoundException) { }
WebForm\General\ChartHttpHandler.cs (1)
1243catch (DirectoryNotFoundException exception)
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
3556catch (DirectoryNotFoundException)