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
Is there any sample c# code for simple threading?
What is data adapter in c#?
Explain the difference between a namespace and assembly name in .net?
Why do we use classes?
What is the difference between func and action delegate?
Is c# substring zero based?
What is the advantage of extension method in c#?
Explain namespaces in c#.
Why do we use parameters in c#?
Which class does the remote object has to inherit?
What is default constructor c#?
What are c# collections?
What do u mean by thread safe?
What is default value of enum c#?
What is the difference between the debug class and trace class? Documentation looks the same.