View Single Post
  #2  
Old 05-27-2003, 03:49 PM
pjaquiery pjaquiery is online now
Registered User
 
Join Date: 01-19-2003
Location: Dunedin, New Zealand
Posts: 114
throw "Failure" raises an exception that is handled by the processing in the "Failure Steps" tab. I suspect that it doesn't matter what the text or object is that is thrown and that the failure processing is generic, it handles any failure during "Project Step" processing.

Assuming that to be the case, you can use any text you like for the throw and can then determine from the log where or why the throw happened. Note also that the steps in the "Failure Steps" processing can use %FAILSTEP_NAME% to determine where the failure happened.
Reply With Quote