Answer Posted / pradeep
Hi Swapna,
throwing our Own Exception does not Means that there is
Design Flaws,
Assume that your application Involves DB Operation,
EG:
It Reads Data from an MSACCESS file,
and you are connecting the D.B through you program,
but can u tell me, what will happen if somebody/some other
application Exclusively opened the Access file before ur
Program,
----------------
A wise Programmer will foresee this Issue, and will Create
his own Exception Handler, which will instruct his User to
close that MSACCESS file,
----
So SWAPNA pls Grow UP, and try to think like how MEN Do,..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can properties be static in c#?
What is xml serializer?
What is the difference between var and dynamic types in c# 4.0?
What is the purpose of namespace in c#?
Define sealed classes in c#?
How to transpose multi-dimensional array?
What is a ienumerator?
Why main is static in c#?
What is xml serialization in c#?
What is hashmap in c#?
What is verbatim string literal in c#?
What is hashtable in c# with example?
Can we inherit a class with private constructor in c#?
What is the difference between finalize() and dispose() methods?
How can you sort strings in array that are passed to method as arguments?