Secure FTP Factory for .NET

FtpException Class

FtpException is thrown by many methods of Ftp class.

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

System.Object
   System.Exception
      System.ApplicationException
         Jscape.Ftp.FtpException

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.

Remarks

These methods mask various exception types into FtpException, but the event message is propagated.
In the case where the cause for throwing an FtpException is an invalid client operation or server response, the FtpException message will contain the textual part of the server response.

Requirements

Namespace: Jscape.Ftp

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

See Also

FtpException Members | Jscape.Ftp Namespace