Why is it a bad idea to throw your own exceptions?
Answer Posted / japan shha
Perhaps what you meant to ask was "When is it not necessarily a good idea to throw my own exception?"
http://stackoverflow.com/questions/2215112/why-is-it-a-bad-idea-to-throw-your-own-exceptions
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is list array in c#?
Is it possible to inherit multiple interfaces?
What is the default scope of a class in c#?
What are virtual classes in c#?
Is c# a strongly-typed language?
What are the generation of Garbage Collection in C# .NET ?
Can you use foreach iteration on arrays in c#?
Explain how to implement an object pool in c#.net
Can you inherit from a sealed class?
What is a bool in c#?
What is lastindexof c#?
What is type checking in c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is exe in c#?