I’m facing a bug in a nested try/catch inside a loop: 
  
 Iterator Start 
     Try 
         Try 
             “###Do something” 
         Catch 
             Handle Exception 
             Re-Raise Exception for outer Try/Catch 
         Finally 
         End 
     Catch 
         ### Expected to run only when the Catch above runs 
     Finally 
     End 
 Iterator End 
  
 Now when “###Do something” fails in some iteration then the Exception is handled and re-thrown to the outer Catch block.  
 Then in all subsequent iterations the outer Catch block runs, even though “###Do something” does not fail anymore. 
  
 I’m going to send a sample project to support@finalbuilder.com that reproduces the error.
I forgot to mention: 
 I’m using FinalBuilder V8.0.0.2007 on Win7 x64 SP1.
We have located the issue causing the inner exception to be raised on each iteration. The fix has been applied to the following update  
 http://downloads.finalbuilder.com/downloads/finalbuilder/800/FB800_2026.exe