The EXCEPTION Tag

    Syntax: {EXCEPTION[::int]}
    Function: This will show the exceptions which are currently stored in the exception list. If an int argument is given, it will only show the exceptions with the specified errorlevel or with an errorlevel less than it.
    Example:

    {EXCEPTION::2}

    This will show all exceptions with errorlevel 2 or less.

Back Syntax: Function: Example: