Clears information related to the current exception.
ExceptClear ( )
ExceptClear clears the information that Silk Test Classic maintains about the most recent exception. After a call to ExceptClear, the other exception information functions operate as if no exception had occurred:
ExceptCalls returns an empty list
ExceptData returns NULL
ExceptLog prints nothing (no error is logged)
ExceptNum returns zero (0)
ExceptPrint prints nothing