Table of Contents

Class AppJobFaultedException

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

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

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

Constructors

AppJobFaultedException(string?)

public AppJobFaultedException(string? message)

Parameters

message string

AppJobFaultedException(string?, Exception?)

public AppJobFaultedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception