TypeMismatchException

Thrown when the signature of a message does not match the requested types or when trying to get a value from a DBusAny object that does not match the type of its actual value.

Constructors

this
this(int expectedType, int actualType, string file, size_t line, Throwable next)
Undocumented in source.
this
this(string message, int expectedType, int actualType, string file, size_t line, Throwable next)
Undocumented in source.

Members

Functions

actualType
int actualType()
Undocumented in source. Be warned that the author may not have intended to support it.
expectedType
int expectedType()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta