Class BackgroundJobExecutionException
Inheritance
BackgroundJobExecutionException
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public class BackgroundJobExecutionException : AbpException, ISerializable
Constructors
BackgroundJobExecutionException()
Declaration
public BackgroundJobExecutionException()
BackgroundJobExecutionException(string, Exception)
Declaration
public BackgroundJobExecutionException(string message, Exception innerException)
Parameters
Properties
JobArgs
Declaration
public object JobArgs { get; set; }
Property Value
JobType
Declaration
public string JobType { get; set; }
Property Value
Implements
Extension Methods