C# Class Detours.HookUninstallFailedException

Thrown if a hook cannot be removed.
Inheritance: System.SystemException
显示文件 Open project: xcvd/Detours

Public Methods

Method Description
HookUninstallFailedException ( string errorMessage ) : System

Initializes a new instance of the HookUninstallFailedException class.

Method Details

HookUninstallFailedException() public method

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