Show / Hide Table of Contents

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 Source

ExceptionsViewerDialogArgs(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 Source

SendEmail

Gets an email address for sending an exception data.

Declaration
public string SendEmail { get; }
Property Value
Type Description
System.String

Extension Methods

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