C# 클래스 CyrusBuilt.MonoPi.Devices.Access.OpenerLockedException

The exception that is thrown when an attempt is made to open a locked opener.
상속: System.Exception
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi

공개 메소드들

메소드 설명
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