C# Class nanoFramework.Tools.Debugger.DebugSessionAlreadyOpenException

Inheritance: Exception
Mostrar archivo Open project: nanoframework/nf-debugger

Public Methods

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

Method Details

DebugSessionAlreadyOpenException() public method

public DebugSessionAlreadyOpenException ( ) : System
return System

DebugSessionAlreadyOpenException() public method

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

DebugSessionAlreadyOpenException() public method

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