C# Class CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightException

The exception that occurs when the pilot light sensor cannot detect the pilot light.
Inheritance: System.Exception
Mostrar archivo Open project: cyrusbuilt/MonoPi

Public Methods

Method Description
FireplacePilotLightException ( ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightException class. This is the default constructor.

Method Details

FireplacePilotLightException() public method

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightException class. This is the default constructor.
public FireplacePilotLightException ( ) : System
return System