70-518 · Question #155
You are designing a Windows Presentation Foundation (WPF) application by using Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. The application will consist of a user interface (UI) tier…
The correct answer is D. Remove the exception parameter from the ArgumentNullException handler. See the full explanation below for the reasoning.
Question
You are designing a Windows Presentation Foundation (WPF) application by using Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. The application will consist of a user interface (UI) tier and a middle tier. The middle tier will be implemented by using Windows Communication Foundation (WCF). You plan to design the exception handling strategy for the application. Each method in the middle tier will contain the following catch block. Catch e As ArgumentNullException Throw e When testing the application, you discover that all ArgumentNullExceptions that occur in the middle tier do not contain accurate stack trace information. What should you do?
Options
- ACreate an ArgumentNullException handler in the UI tier.
- BUse a DispatcherUnhandledExceptionEvent handler in the UI tier.
- CUse a DispatcherUnhandledExceptionEvent handler in the middle tier.
- DRemove the exception parameter from the ArgumentNullException handler.
How the community answered
(54 responses)- A9% (5)
- B15% (8)
- C4% (2)
- D72% (39)
Community Discussion
No community discussion yet for this question.