C# Class GlobalHotkeys.GlobalHotkeyException

Inheritance: System.Exception
Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode Description
GlobalHotkeyException ( string message ) : System
GlobalHotkeyException ( string message, Exception inner ) : System

Method Details

GlobalHotkeyException() public méthode

public GlobalHotkeyException ( string message ) : System
message string
Résultat System

GlobalHotkeyException() public méthode

public GlobalHotkeyException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System