Default constructor for the KeyboardRemapException class.
C#
public KeyboardRemapException(string errorStr, int errorCode);
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.