
| 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 | |
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.
System.Object
System.Exception
System.ApplicationException
Dart.PowerTCP.Mail.BusyException
Target Platforms: Microsoft .NET Framework 2.0