C# Class Detours.HookNotFoundException

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

Public Methods

Method Description
HookNotFoundException ( string errorMessage ) : System

Initializes a new instance of the HookNotFoundException class.

Method Details

HookNotFoundException() public method

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