Class SensorNotAvailableException
Exception for a sensor that it is not available.
Implements
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public class SensorNotAvailableException : Exception, ISerializable
Constructors
SensorNotAvailableException(string)
Initializes a new instance of the SensorNotAvailableException class.
Declaration
public SensorNotAvailableException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |