C# Класс Detours.HookUninstallFailedException

Thrown if a hook cannot be removed.
Наследование: System.SystemException
Показать файл Открыть проект

Открытые методы

Метод Описание
HookUninstallFailedException ( string errorMessage ) : System

Initializes a new instance of the HookUninstallFailedException class.

Описание методов

HookUninstallFailedException() публичный Метод

Initializes a new instance of the HookUninstallFailedException class.
public HookUninstallFailedException ( string errorMessage ) : System
errorMessage string /// The error message. ///
Результат System