PowerTCP FTP for .NET
FtpProtocolException Class
Members 



Thrown when an FTP protocol error or failure is encountered.
Syntax
Public Class FtpProtocolException 
   Inherits ProtocolException
Dim instance As FtpProtocolException
public class FtpProtocolException : ProtocolException 
public ref class FtpProtocolException : public ProtocolException 
Remarks

This exception is thrown when a server response is negative. For example, if the server returned "500" (indicating a syntax error) as the response to a command.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Dart.Ftp.ProtocolException
            Dart.Ftp.FtpProtocolException

See Also

Reference

FtpProtocolException Members
Dart.Ftp Namespace


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic