Class ExceptionsViewerDialogArgs
Defines arguments of the IExceptionViewerDialog.
Inheritance
System.Object
ExceptionsViewerDialogArgs
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
public class ExceptionsViewerDialogArgs
Constructors
View SourceExceptionsViewerDialogArgs(String)
Initializes a new instance of the ExceptionsViewerDialogArgs class.
Declaration
public ExceptionsViewerDialogArgs(string sendEmail)
Parameters
Type | Name | Description |
---|---|---|
System.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 |
---|---|
System.String |