C# 클래스 Detours.HookInstallFailedException

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

공개 메소드들

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

Initializes a new instance of the HookInstallFailedException class.

메소드 상세

HookInstallFailedException() 공개 메소드

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