Multiple Choice
When you write a method that catches an Exception, rather than handling the Exception itself, it can pass the exception to the method that called your method.What is this known as?
A) rethrowing the Exception
B) saving the Exception
C) opening the Exception
D) sideloading the Exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What is the system of passing an
Q2: In C#, all exceptions are objects that
Q4: Errors you discover when compiling a program
Q5: What method is overridden by the Exception
Q6: Why might a finally block be necessary?
Q7: The int version of the TryParse() methods
Q8: What happens when you divide a floating-point
Q9: The following example shows how a programmer
Q10: When writing a block of code in
Q11: An exception of the _ class is