C# Class nanoFramework.Tools.Debugger.DeviceNotConnectedException

Inheritance: Exception
Datei anzeigen Open project: nanoframework/nf-debugger

Public Methods

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

Method Details

DeviceNotConnectedException() public method

public DeviceNotConnectedException ( ) : System
return System

DeviceNotConnectedException() public method

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

DeviceNotConnectedException() public method

public DeviceNotConnectedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System