Device busy exception.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public class DeviceBusyException : Exception

Remarks

The exception is thrown in the case if access to certain device is not available due to the fact that it is currently busy handling other request/connection.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    AForge..::.DeviceBusyException

See Also