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

The exception that is thrown when an invalid pin mode is used.
Наследование: System.Exception
Показать файл Открыть проект

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

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