C# 클래스 Porrey.Uwp.IoT.Sensors.Mcp9808Exception

Abstract definition for a MCP9808 exception.
상속: System.Exception
파일 보기 프로젝트 열기: porrey/iot

공개 메소드들

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