PowerTCP Mail for .NET
BusyException Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : BusyException Class




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

Object Model

BusyException Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class BusyException 
   Inherits System.ApplicationException
Visual Basic (Usage)Copy Code
Dim instance As BusyException
C# 
[SerializableAttribute()]
public class BusyException : System.ApplicationException 
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class BusyException : public System.ApplicationException 
C++/CLI 
[SerializableAttribute()]
public ref class BusyException : public System.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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.