C# Класс CyrusBuilt.MonoPi.Devices.Access.OpenerLockedException

The exception that is thrown when an attempt is made to open a locked opener.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
OpenerLockedException ( String name ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Access.OpenerLockedException class with the name of the opener.

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

OpenerLockedException() публичный Метод

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Access.OpenerLockedException class with the name of the opener.
public OpenerLockedException ( String name ) : System
name String /// The name of the opener. ///
Результат System