Exception Handling In C Sharp - Study Mode
[#61] Which among the following is considered as .NET Exception class?
Correct Answer
(B) StackUnderflow Exception
[#62] Which of the following keywords is used by the calling function to guard against the exception that is thrown by called function?
Correct Answer
(C) throws
[#63] Which of the keywords are used for the block to be examined for exceptions?
Correct Answer
(A) try
[#64] Where the properties can be declared?
Correct Answer
(D) All of the mentioned
[#65] What is the term for an exception that occurs during the execution of a program in C#?
Correct Answer
(B) Runtime Exception