Class SendExceptionEventArgs
Represents EventArgs for the SendException event handler.
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 |
|---|---|---|
| Exception | exception | The occured exception. |
Properties
View SourceException
The occured Exception.
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |