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
What are the collections in c#?
What is meant by collections in c#?
Explain polymorphism in c# with a simple example?
What is a long in c#?
Define constructors
How do you pass reference parameters in c#?
What are the different types of constructors in c#?
Why do we need abstraction in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What are primitive data types in c#?
What is difference between new and override in c#?
What is difference between the "throw" and "throw ex" in .net?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Do extension methods have to be static?
What are generic types?