A
Arjen
Hi,
Is there a way to check if there are no exceptions?
I now use the understanding code, are there other options?
bool noExceptions = true;
try { }
catch { noExceptions = false; }
if (noExceptions == true) { }
Thanks!
Is there a way to check if there are no exceptions?
I now use the understanding code, are there other options?
bool noExceptions = true;
try { }
catch { noExceptions = false; }
if (noExceptions == true) { }
Thanks!