InterviewSolution
Saved Bookmarks
| 1. |
Can I Use Exceptions In C#? |
|
Answer» Yes, in fact exceptions are the recommended error-handling mechanism in C# (and in .NET in GENERAL). Most of the .NET FRAMEWORK CLASSES use exceptions to SIGNAL errors. Yes, in fact exceptions are the recommended error-handling mechanism in C# (and in .NET in general). Most of the .NET framework classes use exceptions to signal errors. |
|