public override toString() as String:
Returns a textual representation of this exception.
The exception class label and message. klyn ex = UncheckedException("runtime failure") assert ex.toString() == "Exception: runtime failure"
klyn ex = UncheckedException("runtime failure") assert ex.toString() == "Exception: runtime failure"