Show / Hide Table of Contents

Class SendExceptionEventArgs

Represents EventArgs for the SendException event handler.

Inheritance
object
EventArgs
SendExceptionEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.ExceptionHandling
Assembly: Sartorius.SAF.dll
Syntax
public class SendExceptionEventArgs : EventArgs

Constructors

View Source

SendExceptionEventArgs(Exception)

Creates a new instance of the SendExceptionEventArgs class.

Declaration
public SendExceptionEventArgs(Exception exception)
Parameters
Type Name Description
Exception exception

The occured exception.

Properties

View Source

Exception

The occured Exception.

Declaration
public Exception Exception { get; }
Property Value
Type Description
Exception

Extension Methods

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