C# Class Detours.HookUninstallFailedException

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

Méthodes publiques

Méthode Description
HookUninstallFailedException ( string errorMessage ) : System

Initializes a new instance of the HookUninstallFailedException class.

Method Details

HookUninstallFailedException() public méthode

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