Can I use exceptions in C#?

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.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?