Dart.PowerTCP.EmailValidation Namespace : ProtocolException Class |
Used to throw protocol exceptions for upper-layer protocols like FTP, SMTP and POP3.
For a list of all members of this type, see ProtocolException members.
System.Object
System.Exception
System.ApplicationException
Dart.PowerTCP.EmailValidation.ProtocolException
[Visual Basic]
<SerializableAttribute()>
Public Class ProtocolException
Inherits ApplicationException
[C#]
[SerializableAttribute()]
public class ProtocolException : ApplicationException
[C++]
[SerializableAttribute()]
public __gc class ProtocolException : public ApplicationException
[C++/CLI]
[SerializableAttribute()]
public ref class ProtocolException : public ApplicationException
This exception is thrown when a server response is negative. For example, if the server returned "500" (indicating a syntax error) as response to a command being sent, a ProtocolException would be thrown.
Namespace: Dart.PowerTCP.EmailValidation
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerTCP.EmailValidation (in Dart.PowerTCP.EmailValidation.dll)
ProtocolException Members | Dart.PowerTCP.EmailValidation Namespace
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.