klyn.UncheckedException.toString
method
public override toString() as String:
Description

Returns a textual representation of this exception.

Returns

The exception class label and message. klyn ex = UncheckedException("runtime failure") assert ex.toString() == "Exception: runtime failure"