[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Structured Error Handling

  • Thread starter Thread starter Shelley Chase
  • Start date Start date
Status
Not open for further replies.
S

Shelley Chase

Guest
It is intentional that once an error is thrown, the block execution is done. The compile throws and error because that code would never be reached. You have two choices as already mentioned: - Put you code after the catch into a finally block - Put your first for each in a try..catch block Thanks -Shelley

Continue reading...
 
Status
Not open for further replies.
Back
Top