9 references to DirectoryNotFoundException
mscorlib (5)
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 (1)
361exception = new DirectoryNotFoundException(name);
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.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1233throw new DirectoryNotFoundException(SR.ExceptionHttpHandlerTempDirectoryInvalid(fileDirectory));