C# 클래스 Detours.HookNotFoundException

Thrown if a hook cannot be found.
상속: System.SystemException
파일 보기 프로젝트 열기: xcvd/Detours

공개 메소드들

메소드 설명
HookNotFoundException ( string errorMessage ) : System

Initializes a new instance of the HookNotFoundException class.

메소드 상세

HookNotFoundException() 공개 메소드

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