C# Класс 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.

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ServiceAccessFailedException ( string message ) : System

Initializes a new instance of the NotConnectedException class.

Описание методов

ServiceAccessFailedException() публичный метод

Initializes a new instance of the NotConnectedException class.
public ServiceAccessFailedException ( string message ) : System
message string Exception's message.
Результат System