Page 1 of 1

Catch doesnt catch

Posted: Mon Mar 19, 2018 6:33 am
by sebas
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")
}

Re: Catch doesnt catch

Posted: Thu Mar 22, 2018 7:37 am
by JS-Support @Userware
Thanks for your message. We are going to look into it and keep you updated.

Regards,
JS-Support