See Also

ProtocolException Members  | Dart.PowerTCP.EmailValidation Namespace

Requirements

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)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerTCP Email Validation for .NET

ProtocolException Class

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.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Dart.PowerTCP.EmailValidation.ProtocolException

Syntax

[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

Remarks

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.

Requirements

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)

See Also

ProtocolException Members  | Dart.PowerTCP.EmailValidation Namespace

 

Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.