C# Class Porrey.Uwp.IoT.Sensors.Mcp9808Exception

Abstract definition for a MCP9808 exception.
Inheritance: System.Exception
Datei anzeigen Open project: porrey/iot

Public Methods

Method Description
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.

Method Details

Mcp9808Exception() public method

Creates a default instance of Mcp9808Exception
public Mcp9808Exception ( ) : System
return System

Mcp9808Exception() public method

Creates an instance of MCP9808 with the given message.
public Mcp9808Exception ( string message ) : System
message string The message of the exception.
return System

Mcp9808Exception() public method

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.
return System