Browse by Tags
All Tags » Exception » Report (RSS)
-
The best way to solve the problem would be to used a try-catch exception handling statement, since an unhandled exception will always give unwanted results. Assuming you are programming in C#,
In the
try {...}
you would put the corresponding segment of code and in the
catch {..}
section, you would tell your user that it's not ...
|
|
|
|