Interface IExceptionViewerDialog
Implements a dialog for viewing an application acknowledges unhandled exceptions.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public interface IExceptionViewerDialog
Methods
View SourceShow(ExceptionsViewerDialogArgs)
Start the viewer as modal dialog.
Declaration
void Show(ExceptionsViewerDialogArgs exceptionsViewerDialogArgs)
Parameters
Type | Name | Description |
---|---|---|
ExceptionsViewerDialogArgs | exceptionsViewerDialogArgs | Arguments containing the information for the dialog. |