C# Class GHIElectronics.UAP.Gadgeteer.UnsupportedPinModeException

Inheritance: System.Exception
Afficher le fichier Open project: amykatenicho/IoTWorkshop

Méthodes publiques

Méthode Description
UnsupportedPinModeException ( ) : System
UnsupportedPinModeException ( string message ) : System
UnsupportedPinModeException ( string message, Exception inner ) : System

Method Details

UnsupportedPinModeException() public méthode

public UnsupportedPinModeException ( ) : System
Résultat System

UnsupportedPinModeException() public méthode

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

UnsupportedPinModeException() public méthode

public UnsupportedPinModeException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System