C# Класс CyrusBuilt.MonoPi.IO.PinPollFailEventArgs

Pin poll failure event arguments class.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

PinPollFailEventArgs() публичный Метод

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. ///
Результат System