Hi All
For working in projects where RE framework is not used, what should be the practice to implement exception handling ?
Can you please provide some guidance on this ?
Hi All
For working in projects where RE framework is not used, what should be the practice to implement exception handling ?
Can you please provide some guidance on this ?
Where the REFramework is not used, it would be helpful to use a global exception handler or a try/catch block around the process so the errors can be processed correctly.