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 SourceSendExceptionEventArgs(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 SourceException
The occured Exception.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |