Show / Hide Table of Contents

Class SendExceptionEventArgs

Represents System.EventArgs for the SendException event handler.

Inheritance
System.Object
System.EventArgs
SendExceptionEventArgs
System.EventArgs.Empty
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.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
System.Exception exception

The occured exception.

Properties

View Source

Exception

The occured Exception.

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

Extension Methods

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