Table of Contents

Class AppMutexException

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

Constructors

AppMutexException(string?)

public AppMutexException(string? message)

Parameters

message string

AppMutexException(string?, Exception?)

public AppMutexException(string? message, Exception? innerException)

Parameters

message string
innerException Exception