C# Class CyrusBuilt.MonoPi.IO.PinPollFailEventArgs

Pin poll failure event arguments class.
Inheritance: System.EventArgs
Afficher le fichier Open project: cyrusbuilt/MonoPi

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat System