Skip to main content
Version: 1.0.0-preview.45

Velaptor.Input.Exceptions.NoKeyboardException

Velaptor​

Velaptor.Input.Exceptions​

NoKeyboardException Class​

Occurs when a keyboard has not been detected in the system.

public sealed class NoKeyboardException : System.Exception

Inheritance System.Object → System.Exception → NoKeyboardException

Constructors​

NoKeyboardException() Constructor​

Initializes a new instance of the NoKeyboardException class.

public NoKeyboardException();

NoKeyboardException(string) Constructor​

Initializes a new instance of the NoKeyboardException class.

public NoKeyboardException(string message);

Parameters​

message System.String

The message that describes the error.

NoKeyboardException(string, Exception) Constructor​

Initializes a new instance of the NoKeyboardException class.

public NoKeyboardException(string message, System.Exception innerException);

Parameters​

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.