PowerTCP FTP for .NET
ProtocolException Class
Members 



Thrown when an upper-layer protocol like FTP, SMTP or POP3 receives a negative response from the server.
Syntax
<SerializableAttribute()>
Public Class ProtocolException 
   Inherits System.ApplicationException
Dim instance As ProtocolException
[Serializable()]
public class ProtocolException : System.ApplicationException 
[Serializable()]
public ref class ProtocolException : public System.ApplicationException 
Remarks
This exception is thrown when a server response is negative. For example, if an FTP server returned a "500" respose (indicating a syntax error) to a sent command.
Inheritance Hierarchy

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

See Also

Reference

ProtocolException Members
Dart.Ftp Namespace


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