C# Class CyrusBuilt.MonoPi.IO.PinPollFailEventArgs

Pin poll failure event arguments class.
Inheritance: System.EventArgs
Datei anzeigen Open project: cyrusbuilt/MonoPi

Public Methods

Method Description
PinPollFailEventArgs ( Exception cause ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.IO.PinPollFailEventArgs class with the exception that is the cause of the failure event.

Method Details

PinPollFailEventArgs() public method

Initializes a new instance of the CyrusBuilt.MonoPi.IO.PinPollFailEventArgs class with the exception that is the cause of the failure event.
public PinPollFailEventArgs ( Exception cause ) : System
cause System.Exception /// The exception that is the cause of the poll failure. ///
return System