Tell me something about Exceptions. What is the common
exception class?
Answer Posted / vinoth
Exception is one that occurs in runtime.The general
exception class is Exception.This class is the base of
every exception.This class is able to catch all types of
exception.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a variable and a literal?
What is foreach loop in c#?
What is the difference between array and arraylist in c#?
What is use of FormBoarderStyle Propertie
Can we assign null value to integer?
Are tuples immutable c#?
What's the difference between a static method and a non static method c#?
What do you understand by 'access specifiers' in C#?
What is the purpose of dictionary in c#?
List some of the common data providers for ado.net framework?
What does do in c#?
How do I link two windows forms in c#?
What is the advantage of static class in c#?
What are some of the commonly used commands in sqlcommand?
How many digits are in an integer?