NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PathTooLongException Class

Represents an exception that is thrown when a path name or filename is too long.

Object
   Exception
      PathTooLongException

[Visual Basic]
Public Class PathTooLongException
   Inherits Exception
[C#]
public class PathTooLongException : Exception
[C++]
public __gc class PathTooLongException : public Exception
[JScript]
public class PathTooLongException extends Exception

Remarks

[To be supplied.]

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

PathTooLongException Members | System.IO Namespace