C# Class Detours.HookInstallFailedException

Thrown if a hook cannot be installed.
Inheritance: System.SystemException
Exibir arquivo Open project: xcvd/Detours

Public Methods

Method Description
HookInstallFailedException ( string errorMessage ) : System

Initializes a new instance of the HookInstallFailedException class.

Method Details

HookInstallFailedException() public method

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