C# Class GHIElectronics.UAP.Gadgeteer.UnsupportedPinModeException

Inheritance: System.Exception
Exibir arquivo Open project: amykatenicho/IoTWorkshop

Public Methods

Method Description
UnsupportedPinModeException ( ) : System
UnsupportedPinModeException ( string message ) : System
UnsupportedPinModeException ( string message, Exception inner ) : System

Method Details

UnsupportedPinModeException() public method

public UnsupportedPinModeException ( ) : System
return System

UnsupportedPinModeException() public method

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

UnsupportedPinModeException() public method

public UnsupportedPinModeException ( string message, Exception inner ) : System
message string
inner System.Exception
return System