PowerTCP Mail for .NET
ProtocolException Class
Members 




Thrown when an upper-layer protocol like FTP, SMTP or POP3 receives a negative response from the server.
Object Model
ProtocolException Class
Syntax
<SerializableAttribute()>
Public Class ProtocolException 
   Inherits System.ApplicationException
Dim instance As ProtocolException
[Serializable()]
public class ProtocolException : System.ApplicationException 
[Serializable()]
public __gc class ProtocolException : public 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.Mail.ProtocolException

See Also

Reference

ProtocolException Members
Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic