C# 클래스 CyrusBuilt.MonoPi.IO.PinPollFailEventArgs

Pin poll failure event arguments class.
상속: System.EventArgs
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi

공개 메소드들

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