Velaptor.Input.Exceptions.NoMouseException
Velaptor
Velaptor.Input.Exceptions
NoMouseException Class
Occurs when a mouse has not been detected in the system.
public sealed class NoMouseException : System.Exception
Inheritance System.Object → System.Exception → NoMouseException
Constructors
NoMouseException() Constructor
Initializes a new instance of the NoMouseException class.
public NoMouseException();
NoMouseException(string, Exception) Constructor
Initializes a new instance of the NoMouseException class.
public NoMouseException(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.
NoMouseException(string) Constructor
Initializes a new instance of the NoMouseException class.
public NoMouseException(string message);
Parameters
message
System.String
The message that describes the error.