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
How do I calculate relative time?
What is a delegate in c#?
Can hashset contain duplicates c#?
Explain the process of inheriting a class into another class?
Is a char?
How many types of constructors are available in c#?
What is a method c#?
Why is xml called extensible?
Explain the difference between the system.array.copyto() and system.array.clone()?
How do I get deterministic finalization in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is difference between the "throw" and "throw ex" in .net?
Explain copy constructor?
Explain About Virtual functions and their use.
is it possible to access a remote web service Without UDDI?