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
While debugging a C# application can you change the value of a variable?
Which is faster iqueryable or ienumerable?
What is the difference between disposing of () and finalize() methods in c#?
What is the difference between convert and parse in c#?
Can we have two main methods in c#?
Is there any sample c# code for simple threading?
Why to use “using” in c#?
Are tuples mutable c#?
What is the difference between arraylist and list in c#?
How are delegates chosen?
without modifying source code if we compile again, will it be generated MSIL again?
How many bytes is an int in c#?
Why do we use classes?
Is static class thread safe in c#?
Why References are stored on heap and variables on stack?