Show / Hide Table of Contents

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 Source

Show(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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX