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