Class InputDesktopException
This exception is thrown when current thread is not on the input desktop and therefore cannot use mouse, keyboard, clipboard and window functions.
For example when PC locked (Win+L
), screen saver, UAC consent, Ctrl+Alt+Delete
.
public class InputDesktopException : AuException, ISerializable
Namespace: Au.Types
Assembly: Au.dll
Inherited Members
Constructors
Name | Description |
---|---|
InputDesktopException(string) |
Methods
Name | Description |
---|---|
ThrowIfBadDesktop(string, bool) | Calls miscInfo.isInputDesktop. If it returns |