| ServerExceptionContext Class |
Namespace: Hangfire.Server
The ServerExceptionContext type exposes the following members.
| Name | Description | |
|---|---|---|
| BackgroundJob | (Inherited from PerformContext.) | |
| CancellationToken | (Inherited from PerformContext.) | |
| Connection | (Inherited from PerformContext.) | |
| CreatedAt | Obsolete. (Inherited from PerformContext.) | |
| Exception |
Gets an exception that occurred during the performance of the job.
| |
| ExceptionHandled |
Gets or sets a value that indicates that this ServerExceptionContext
object handles an exception occurred during the performance of the job.
| |
| Items |
Gets an instance of the key-value storage. You can use it
to pass additional information between different client filters
or just between different methods.
(Inherited from PerformContext.) | |
| Job | Obsolete. (Inherited from PerformContext.) | |
| JobId | Obsolete. (Inherited from PerformContext.) |
| Name | Description | |
|---|---|---|
| GetJobParameterT | (Inherited from PerformContext.) | |
| SetJobParameter | (Inherited from PerformContext.) |