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

The exception that is thrown when an invalid pin mode is used.
상속: System.Exception
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi

공개 메소드들

메소드 설명
InvalidPinModeException ( IPin pin ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.IO.InvalidPinModeException class with the pin in question

InvalidPinModeException ( IPin pin, String message ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.IO.InvalidPinModeException class with the pin in question and a message describing the exception.

메소드 상세

InvalidPinModeException() 공개 메소드

Initializes a new instance of the CyrusBuilt.MonoPi.IO.InvalidPinModeException class with the pin in question
public InvalidPinModeException ( IPin pin ) : System
pin IPin /// The pin that is the cause of the exception. ///
리턴 System

InvalidPinModeException() 공개 메소드

Initializes a new instance of the CyrusBuilt.MonoPi.IO.InvalidPinModeException class with the pin in question and a message describing the exception.
public InvalidPinModeException ( IPin pin, String message ) : System
pin IPin /// The pin that is the cause of the exception. ///
message String /// The message describing the exception. ///
리턴 System