C# Class Detours.HookInstallFailedException

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

Méthodes publiques

Méthode Description
HookInstallFailedException ( string errorMessage ) : System

Initializes a new instance of the HookInstallFailedException class.

Method Details

HookInstallFailedException() public méthode

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