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.
System.Object
System.Exception
System.ApplicationException
Dart.PowerTCP.SslSockets.BusyException
[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
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.
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)
BusyException Members | Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.