Valid 98-361 Dumps shared by ExamDiscuss.com for Helping Passing 98-361 Exam! ExamDiscuss.com now offer the newest 98-361 exam dumps, the ExamDiscuss.com 98-361 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 98-361 dumps with Test Engine here:
The throw keyword is used to perform which two actions? (Choose two.)
Correct Answer: C,D
Explanation/Reference: * The Throw statement throws an exception that you can handle with structured exception-handling code (Try...Catch...Finally) or unstructured exception-handling code (On Error GoTo). You can use the Throw statement to trap errors within your code because Visual Basic moves up the call stack until it finds the appropriate exception-handling code. * This example throws an ApplicationException exception. Throw New ApplicationException