Service access failed exception.

Namespace:  AForge.Robotics.TeRK
Assembly:  AForge.Robotics.TeRK (in AForge.Robotics.TeRK.dll) Version: 2.2.3.0 (2.2.3.0)

Syntax

C#
public class ServiceAccessFailedException : Exception

Remarks

The excetion is thrown in the case if the requested service can not be accessed or does not exist on the Qwerk's board.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    AForge.Robotics.TeRK..::.ServiceAccessFailedException

See Also