Exception Handling is used in QTP...How do v know that there wil be an exception in the scenario running at the first time..?
Why have you used the polling feature of this forum?
Run time exceptions can only be known at run time, if you are doubtful of your script throwing any exception,save your script and run once , if found any, stop execution,handle them appropriately(using recovery scenarios or simple conditional statements) before running again.