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

Inheritance: System.Exception
Afficher le fichier Open project: porrey/iot

Méthodes publiques

Méthode Description
I2cException ( string message ) : System
I2cException ( string message, Exception innerException ) : System

Method Details

I2cException() public méthode

public I2cException ( string message ) : System
message string
Résultat System

I2cException() public méthode

public I2cException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System