See Also

BusyException 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

BusyException Class

Dart.PowerTCP.EmailValidation Namespace : BusyException Class

Thrown whenever a method is called to perform an operation when an operation is already in progress.

For a list of all members of this type, see BusyException members.

Inheritance Hierarchy

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

Syntax

[Visual Basic]
<SerializableAttribute()> Public Class BusyException    Inherits ApplicationException
[C#]
[SerializableAttribute()] public class BusyException : ApplicationException
[C++]
[SerializableAttribute()] public __gc class BusyException : public ApplicationException
[C++/CLI]
[SerializableAttribute()] public ref class BusyException : public ApplicationException

Remarks

This exception is thrown if a method is called to perform an upper-layer protocol operation when an operation is already in progress. To keep this exception from being thrown, check the object.Busy property to see if an operation is already in progress.

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

BusyException Members  | Dart.PowerTCP.EmailValidation Namespace

 

Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.