PowerTCP Zip Compression for .NET
BusyException Class
Members 




Thrown whenever a method is called to perform an operation when an operation is already in progress.
Object Model
BusyException Class
Syntax
<SerializableAttribute()>
Public Class BusyException 
   Inherits System.ApplicationException
Dim instance As BusyException
[Serializable()]
public class BusyException : System.ApplicationException 
[Serializable()]
public __gc class BusyException : public System.ApplicationException 
[Serializable()]
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.Zip.BusyException

See Also

Reference

BusyException Members
Dart.PowerTCP.Zip Namespace


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic