Why is it a bad idea to throw your own exceptions?
Answer Posted / guest
Not necessarily. If you're writing a library of code to be
used by other clients you don't always know the right thing
to do if an exceptional problem comes up. So it isn't always
a bad idea to throw your own exceptions.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is uint c#?
Is it true that all c# types derive from a common base class?
What is private and shared assembly?
What's c# ?
What is a collection class in c#?
What is the difference between and xml documentation tag?
What is the use of command builder?
What are generics in c#.net?
How do I develop c# apps?
Which program construct must return a value?
Describe the types of comments in c#?
Why do we use classes?
What is serialization in dot net?
Define assert() method? How does it work?
What is the difference between abstract and abstraction?