Table of Contents

Class AppJobException

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll
public class AppJobException : Exception, ISerializable
Inheritance
object
AppJobException
Implements
Derived
Inherited Members
Extension Methods

Constructors

AppJobException(string?)

public AppJobException(string? message)

Parameters

message string

AppJobException(string?, Exception?)

public AppJobException(string? message, Exception? innerException)

Parameters

message string
innerException Exception