Tell me something about Exceptions. What is the common
exception class?
Answer Posted / nitin
Exception is error which is generally Generated by the
Application during at runtime.
System.Exception is the common exception class
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why is .net so popular?
If you donot specify an access modifier for a method, what is the default access modifier?
How do you escape in c#?
What is an escape sequence?
What is attribute and reflection in c#?
What is generic method in c#?
What is the difference between Java and .NET garbage collectors?
What is the difference between func and action delegate?
What are data types with examples?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is the main purpose of linq?
What is default value of enum c#?
Is it possible to have a static indexer in c#?
Can we maintain state in webservice?
Do events have return type c#?