Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft