Class BackgroundJobExecutionException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.ToString()
System.Exception.GetType()
System.Exception.TargetSite
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.StackTrace
System.Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Abstractions.dll
Syntax
public class BackgroundJobExecutionException : AbpException, ISerializable
Constructors
BackgroundJobExecutionException()
Declaration
public BackgroundJobExecutionException()
BackgroundJobExecutionException(SerializationInfo, StreamingContext)
Declaration
public BackgroundJobExecutionException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | serializationInfo | |
| System.Runtime.Serialization.StreamingContext | context |
BackgroundJobExecutionException(string, Exception)
Declaration
public BackgroundJobExecutionException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| System.Exception | innerException |
Properties
JobArgs
Declaration
public object JobArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
JobType
Declaration
public string JobType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
System.Runtime.Serialization.ISerializable