KeyboardRemapException Constructor

Default constructor for the KeyboardRemapException class.

Syntax

C#
public KeyboardRemapException(string errorStr, int errorCode);

Parameters

errorStr
String describing the error. This string should only be used for debugging and not exposed to the end user. The string is obtained from the Microsoft Win32 function FormatMessage.

errorCode
Microsoft-defined error code.

More Information

KeyboardRemapException Class