C# Класс Porrey.Uwp.IoT.Sensors.Mcp9808Exception

Abstract definition for a MCP9808 exception.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
Mcp9808Exception ( ) : System

Creates a default instance of Mcp9808Exception

Mcp9808Exception ( string message ) : System

Creates an instance of MCP9808 with the given message.

Mcp9808Exception ( string message, Exception innerException ) : System

Creates an instance of MCP9808 with the given message and internal exception.

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

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

Creates a default instance of Mcp9808Exception
public Mcp9808Exception ( ) : System
Результат System

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

Creates an instance of MCP9808 with the given message.
public Mcp9808Exception ( string message ) : System
message string The message of the exception.
Результат System

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

Creates an instance of MCP9808 with the given message and internal exception.
public Mcp9808Exception ( string message, Exception innerException ) : System
message string The message of the exception.
innerException System.Exception An inner exception.
Результат System