SulikSlayer
Programmer
I heard that using exceptions in C++ sometimes causes unpredictable results, even suspending the syspem. Rarely, of course, but it can be destructing in case of business project.
The alternative is writing a module for error handling not using exceptions at all. This is more difficult way, so here goes my question:
Were there any tweaks done in .NET (C#) with exceptions, perhaps making them less dangerous to use, and more reliable?
And, please, could anyone give a short overview of exception difficulties in use and possible errors concerning them.
Thanks in advance.
The alternative is writing a module for error handling not using exceptions at all. This is more difficult way, so here goes my question:
Were there any tweaks done in .NET (C#) with exceptions, perhaps making them less dangerous to use, and more reliable?
And, please, could anyone give a short overview of exception difficulties in use and possible errors concerning them.
Thanks in advance.