ExceptClear Function

Action

Clears information related to the current exception.

Syntax

ExceptClear ( ) 

Notes

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