While the default information supplied by the DxExceptionHandler is generally sufficient to start your debugging process, it is sometimes helpful to obtain other information. One example is to include the last few messages in the logging system. Or perhaps, get the users name, phone number and customer or serial number.

Exception Handler Screenshot

DxExceptionHandler allows you to create your own UserControl and inject it into the exception dialog. The information obtained from your user control can be sent back via the email mechanism.

See the Test.Ux.ExceptionHandler project for an example.

 

Back to task-based help.