C# Class nanoFramework.Tools.Debugger.NanoUserExitException

Inheritance: Exception
Show file Open project: nanoframework/nf-debugger

Public Methods

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

Method Details

NanoUserExitException() public method

public NanoUserExitException ( ) : System
return System

NanoUserExitException() public method

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

NanoUserExitException() public method

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