Class AppJobFaultedException
When thrown from a worker handler, the job will be marked as FAULTED
public class AppJobFaultedException : AppJobException, ISerializable
- Inheritance
-
objectAppJobFaultedException
- Implements
- Inherited Members
- Extension Methods
Constructors
AppJobFaultedException(string?)
public AppJobFaultedException(string? message)
Parameters
message
string
AppJobFaultedException(string?, Exception?)
public AppJobFaultedException(string? message, Exception? innerException)