Table of Contents

Class AppStateMachineFaultedException

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

When thrown from a worker handler, the state machine will be marked as FAULTED

public class AppStateMachineFaultedException : AppJobException, ISerializable
Inheritance
object
AppStateMachineFaultedException
Implements
Inherited Members
Extension Methods

Constructors

AppStateMachineFaultedException(string?)

public AppStateMachineFaultedException(string? message)

Parameters

message string

AppStateMachineFaultedException(string?, Exception?)

public AppStateMachineFaultedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception