Microsoft
98-372 · Question #17
98-372 Question #17: Real Exam Question with Answer & Explanation
Sign in or unlock 98-372 to reveal the answer and full explanation for question #17. The question stem and answer options stay visible for context.
Question
You are creating an application using .NET Framework 4.0. You write the following code segment in the application: try { Console.WriteLine("Connecting to server"); throw new SmtpException("Server busy"); Console.WriteLine("Connected to server"); } catch(SmtpException args) { Console.WriteLine("SMTP Error: " + args.Message); } catch(Exception args) { Console.WriteLine("Error: " + args.Message); } finally { Console.WriteLine("Connection closed"); What is the output of the above code?
Options
- AConnecting to server
- BConnecting to server
- CConnecting to server
- DConnecting to server
- EConnecting to server
Unlock 98-372 to see the answer
You've previewed enough free 98-372 questions. Unlock 98-372 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.