C# Class Detours.HookNotFoundException

Thrown if a hook cannot be found.
Inheritance: System.SystemException
Afficher le fichier Open project: xcvd/Detours

Méthodes publiques

Méthode Description
HookNotFoundException ( string errorMessage ) : System

Initializes a new instance of the HookNotFoundException class.

Method Details

HookNotFoundException() public méthode

Initializes a new instance of the HookNotFoundException class.
public HookNotFoundException ( string errorMessage ) : System
errorMessage string /// The error message. ///
Résultat System