Question Managing error

Hi,

When I was developping in .Net I was able to manage error with some tools and development. But today on progress I don't know how to do it properly.

Do you have some exemple of situation like an error event when you are updating data or accessing data for reading?

Best Regards,

- Vivien -
 
BLOCK-LEVEL ON ERROR UNDO,THROW.
Look it up in the docs. Robust error handling is imperative, particular if you want to use things like Unit Testing, so learn it now.
 
Back
Top