Table of Contents

Class AppStateMachineException

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

Constructors

AppStateMachineException(string?)

public AppStateMachineException(string? message)

Parameters

message string

AppStateMachineException(string?, Exception?)

public AppStateMachineException(string? message, Exception? innerException)

Parameters

message string
innerException Exception