C# Class AForge.Robotics.TeRK.ServiceAccessFailedException

Service access failed exception.

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: System.Exception
显示文件 Open project: holisticware-admin/MonoVersal.AForgeNET

Public Methods

Method Description
ServiceAccessFailedException ( string message ) : System

Initializes a new instance of the NotConnectedException class.

Method Details

ServiceAccessFailedException() public method

Initializes a new instance of the NotConnectedException class.
public ServiceAccessFailedException ( string message ) : System
message string Exception's message.
return System