C# Class CyrusBuilt.MonoPi.Devices.Access.OpenerLockedException

The exception that is thrown when an attempt is made to open a locked opener.
Inheritance: System.Exception
ファイルを表示 Open project: cyrusbuilt/MonoPi

Public Methods

Method Description
OpenerLockedException ( String name ) : System

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

Method Details

OpenerLockedException() public method

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. ///
return System