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
How to move to a state-related codebase?
What is Implicit conversion in C#?
Is c# static or dynamic?
Can abstract class have parameterized constructor?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What are properties in C#?
Explain about CTS?
Why do we use static class in c#?
What is oledb in c#?
Is c# and c sharp same?
What are the types of methods in c#?
What is a value type in c#?
What is dbml file in c#?
What is a hashset c#?
What do you mean by serialization in .NET?