C# Class GlobalHotkeys.GlobalHotkeyException

Inheritance: System.Exception
Show file Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

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

Method Details

GlobalHotkeyException() public method

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

GlobalHotkeyException() public method

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