Class BackgroundJobExecutionException
Inheritance
System.Object
BackgroundJobExecutionException
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public class BackgroundJobExecutionException : AbpException
Constructors
BackgroundJobExecutionException()
Declaration
public BackgroundJobExecutionException()
BackgroundJobExecutionException(SerializationInfo, StreamingContext)
Creates a new BackgroundJobExecutionException object.
Declaration
public BackgroundJobExecutionException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | serializationInfo | |
| StreamingContext | context |
BackgroundJobExecutionException(String, Exception)
Creates a new BackgroundJobExecutionException object.
Declaration
public BackgroundJobExecutionException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | Exception message |
| Exception | innerException | Inner exception |
Properties
JobArgs
Declaration
public object JobArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
JobType
Declaration
public string JobType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |