Catch doesnt catch

Please report bugs here. If you are unsure whether something is a bug or an expected behavior, please post it on the "Technical Support" forum instead, and wait for a moderator to handle/move the post.
sebas
Posts: 21
Joined: Fri Oct 27, 2017 7:03 am

Catch doesnt catch

Postby sebas » Mon Mar 19, 2018 6:33 am

Very many cases, when catch doesnt catch exceptions. Context possible catch only in Finally (.
I do that

Code: Select all

bool ok=false
try
{
   ....
   ok = true;
}
catch
{
   ok = true
   ...
}
finally
{
   if(!ok} throw new exception("unknown error")
}

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: Catch doesnt catch

Postby JS-Support @Userware » Thu Mar 22, 2018 7:37 am

Thanks for your message. We are going to look into it and keep you updated.

Regards,
JS-Support


Return to “Bug Reports”

Who is online

Users browsing this forum: Google [Bot] and 23 guests

 

 

cron