Class ExceptionsViewerDialogArgs
Defines arguments of the IExceptionViewerDialog.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ExceptionsViewerDialogArgs
Constructors
View SourceExceptionsViewerDialogArgs(string)
Initializes a new instance of the ExceptionsViewerDialogArgs class.
Declaration
public ExceptionsViewerDialogArgs(string sendEmail)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sendEmail | An email address for sending an exception data. |
Properties
View SourceSendEmail
Gets an email address for sending an exception data.
Declaration
public string SendEmail { get; }
Property Value
| Type | Description |
|---|---|
| string |