Hello, I have to continue a C#/.NET project, which has a lot of uncaught exceptions. Do you know any way to get myself forced by the compiler to catch all of the exceptions? (like in Java)
Right now, I'm scanning the BIG code and searchin for throw-s...
Any advices?
Right now, I'm scanning the BIG code and searchin for throw-s...
Any advices?