9 references to DirectoryNotFoundException
mscorlib (5)
system\io\__error.cs (2)
149
throw new
DirectoryNotFoundException
(Environment.GetResourceString("IO.PathNotFound_NoPathName"));
151
throw new
DirectoryNotFoundException
(Environment.GetResourceString("IO.PathNotFound_Path", str));
system\io\isolatedstorage\isolatedstoragefile.cs (2)
891
throw new
DirectoryNotFoundException
(Environment.GetResourceString("IO.PathNotFound_Path", sourceFileName));
1080
throw new
DirectoryNotFoundException
(Environment.GetResourceString("IO.PathNotFound_Path", sourceDirectoryName));
system\security\accesscontrol\filesecurity.cs (1)
361
exception = new
DirectoryNotFoundException
(name);
System.AddIn (2)
System\Addin\Hosting\AddInStore.cs (2)
674
throw new
DirectoryNotFoundException
(String.Format(CultureInfo.CurrentCulture, Res.FolderNotFound, addInPath));
698
throw new
DirectoryNotFoundException
(String.Format(CultureInfo.CurrentCulture, Res.FolderNotFound, pipelineRoot));
System.Core (1)
System\IO\__Error.cs (1)
168
throw new
DirectoryNotFoundException
(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.IO_PathNotFound_Path), str));
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1233
throw new
DirectoryNotFoundException
(SR.ExceptionHttpHandlerTempDirectoryInvalid(fileDirectory));