Class ExceptionViewerDialog
Default implementation of the IExceptionViewerDialog.
Inheritance
System.Object
    ExceptionViewerDialog
  Implements
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
    Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[Export(typeof(IExceptionViewerDialog))]
public class ExceptionViewerDialog : IExceptionViewerDialog
  Constructors
View SourceExceptionViewerDialog(ExportFactory<ExceptionViewerDialogView>, ExportFactory<ExceptionViewerDialogViewModel>, ExportFactory<IContentDialog>, IOverlayEffect)
Initializes a new instance of the Sartorius.SAF.Presentation.Controls.AboutDialog class.
Declaration
[ImportingConstructor]
public ExceptionViewerDialog(ExportFactory<ExceptionViewerDialogView> viewExportFactory, ExportFactory<ExceptionViewerDialogViewModel> viewModelExportFactory, ExportFactory<IContentDialog> contentDialogExportFactory, IOverlayEffect overlayEffect)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.ComponentModel.Composition.ExportFactory<ExceptionViewerDialogView> | viewExportFactory | The System.ComponentModel.Composition.ExportFactory<T>.  | 
      
| System.ComponentModel.Composition.ExportFactory<ExceptionViewerDialogViewModel> | viewModelExportFactory | The System.ComponentModel.Composition.ExportFactory<T>.  | 
      
| System.ComponentModel.Composition.ExportFactory<IContentDialog> | contentDialogExportFactory | The System.ComponentModel.Composition.ExportFactory<T>.  | 
      
| IOverlayEffect | overlayEffect | The IOverlayEffect.  | 
      
Methods
View SourceShow(ExceptionsViewerDialogArgs)
Start the viewer as modal dialog.
Declaration
public void Show(ExceptionsViewerDialogArgs exceptionsViewerDialogArgs)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ExceptionsViewerDialogArgs | exceptionsViewerDialogArgs | Arguments containing the information for the dialog.  |