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
How to parse a date time string?
What is boxing in c#?
How many bytes is a long c#?
What is an escape sequence? Name some string escape sequences in c#.
How do I calculate relative time?
What is the purpose of abstract class in c#?
What is the compiler of c#?
What does f mean in c#?
Can abstract class have constructor?
What do multicast delegates mean?
What is the advantage of dependency injection?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
What is the use of parse in c#?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What is the difference between ienumerable and enumerable?