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.

Constructors

this
this(Source value, string targetType, string file, size_t line, Throwable next)
Undocumented in source.

Meta