Logo 
Search:

C# FAQ

Submit Interview FAQ
Home » Interview FAQ » C#RSS Feeds

Can I use exceptions in C#?

  Shared By: Cambria Lopez    Date: Mar 02    Category: C#    Views: 520

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.

Share: 
 

Didn't find what you were looking for? Find more on Can I use exceptions in C#? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: