InvalidValueException

Thrown during type conversion between DBus types and D types when a value is encountered that can not be represented in the target type.

This exception should not normally be thrown except when dealing with D types that have a constrained value set, such as Enums.

class InvalidValueException : Exception {}

Meta