Tell me something about Exceptions. What is the common
exception class?
Answer Posted / karthick
An excepion is an erroneous situation that occurs during
program execution.The error is handled through the process
of exception handling.All excetions are derived from the
System.Exception class,which is the parent class of all
exception.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is remote data?
Which language is used for desktop application?
What are the different types of literals in c#?
Explain how can you clean up objects holding resources from within the code?
What is array and arraylist?
What is the difference between static class and singleton class in c#?
Explain code compilation in c#.
How many dimensions can an array have?
What are the methods in c#?
List down the fundamental oop concepts?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
What is the relationship between a process, application domain, and application?
Can partial class be inherited?
Explain how can I get around scope problems in a try/catch?
Is c# code is managed or unmanaged code?