T
Taher Hassan
Guest
Hi there. This is just a suggestion to the Community and a request to engage with the Microsoft Development Community. Just a thought for your consideration : I think it is good practice to have an exchange handler at the top level in the main function that has a generic catch clause such as in C# catch(System.Exception e). All exceptions handled here are not handled by the code elsewhere lower down in the program so should be logged and incorporated and reacted to in a new build, and the program might not necessarily terminate. You could even put the application live and have an exception monitor to tell you of unhandled exceptions. These might not result in termination / interruption of the program depending on what they were and the new system build and release could take them into account. What do you think please ? Any thoughts / feedback very welcome.
Many thanks and best regards, Taher Hassan
Continue reading...
Many thanks and best regards, Taher Hassan
Continue reading...