22 instantiations of PathTooLongException
mscorlib (22)
system\io\__error.cs (1)
165throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong"));
system\io\directory.cs (4)
327throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 1181throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 1235throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 1241throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong"));
system\io\longpath.cs (3)
563throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 632throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 638throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong"));
system\io\path.cs (5)
442throw new PathTooLongException(); 672throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 745throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 868throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 910throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong"));
system\io\pathhelper.cs (8)
143throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 171throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 208throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 213throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 244throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 310throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 332throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong")); 345throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong"));
system\security\util\urlstring.cs (1)
463throw new PathTooLongException(Environment.GetResourceString("IO.PathTooLong"));
16 references to PathTooLongException
mscorlib (1)
system\io\path.cs (1)
210catch (PathTooLongException) { }
PresentationFramework (1)
src\Framework\Microsoft\Win32\FileDialog.cs (1)
1248catch (PathTooLongException)
System (1)
net\System\Net\NetRegistryConfiguration.cs (1)
192catch (PathTooLongException) { }
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
544catch (PathTooLongException e)
System.Data.Entity (1)
System\Data\Metadata\MetadataArtifactLoader.cs (1)
490catch (PathTooLongException)
System.Web (6)
Configuration\WebConfigurationHost.cs (1)
498catch (PathTooLongException) {
HttpApplication.cs (3)
1340catch (PathTooLongException e) { 1407catch (PathTooLongException e) { 3346catch (PathTooLongException e) {
HttpException.cs (1)
205else if (e is PathTooLongException) {
Util\FileUtil.cs (1)
252catch (PathTooLongException) {
System.Web.DataVisualization (2)
Common\General\Chart.cs (1)
3560catch (PathTooLongException)
WebForm\General\ChartHttpHandler.cs (1)
1251catch (PathTooLongException exception)
System.Web.Extensions (1)
UI\PageRequestManager.cs (1)
240else if (e is PathTooLongException) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog.cs (1)
697catch (System.IO.PathTooLongException) {
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
3560catch (PathTooLongException)