The minimum and maximum range values associated with a property veto exception.
PropertyVetoException
Operations Summary: | |
void | init(in long minValue, in long maxValue) |
long | getMinValue() |
long | getMaxValue() |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initialises a range exception with the minimum and maximum allowed range values. A detail message is a string that describes this particular exception.
Returns the minimum allowed value for this range.
Returns the maximum allowed value for this range.