DBusPropertySignatureException constructor

DBusPropertySignatureException(
  1. String propertyName,
  2. DBusValue value
)

Implementation

DBusPropertySignatureException(this.propertyName, this.value);