The potential detail message associated with an exception. Each exception
contains an ExceptionValue
object.
Operations Summary: | |
void | init(in string message) |
string | getMessage() |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initialises an exception with the specified detail message. A detail message is a string that describes this particular exception.
Returns the detail message associated with this exception value.