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

Inheritance: System.Exception
Datei anzeigen Open project: porrey/iot

Public Methods

Method Description
I2cException ( string message ) : System
I2cException ( string message, Exception innerException ) : System

Method Details

I2cException() public method

public I2cException ( string message ) : System
message string
return System

I2cException() public method

public I2cException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System