FtpException is thrown by many methods of Ftp class.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
[SerializableAttribute]
public class FtpException : ApplicationException
Visual Basic
<SerializableAttribute> _
Public Class FtpException _
	Inherits ApplicationException
Visual C++
[SerializableAttribute]
public ref class FtpException : public ApplicationException

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.

Inheritance Hierarchy

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

See Also