See Also

BusyException Members  | Dart.PowerTCP.SslSockets Namespace

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerTCP SSL Sockets for .NET

BusyException Class

Dart.PowerTCP.SslSockets 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.SslSockets.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.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

See Also

BusyException Members  | Dart.PowerTCP.SslSockets Namespace

 

Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.