ComponentSpace FTP Class Library Reference

FtpException Class

The exception that is thrown when an FTP operation fails.

For a list of all members of this type, see FtpException Members.

System.Object
   System.Exception
      System.ApplicationException
         ComponentSpace.Ftp.FtpException

[Visual Basic]
Public Class FtpException
    Inherits ApplicationException
[C#]
public class FtpException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ComponentSpace.Ftp

Assembly: ComponentSpace.Ftp (in ComponentSpace.Ftp.dll)

See Also

FtpException Members | ComponentSpace.Ftp Namespace