Answer:
Yes, you can use exceptions in C#. 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.
Asked In: Many Interviews |
Alert Moderator