Table of Contents

Class AppMutexLockFailedException

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

Constructors

AppMutexLockFailedException(string?)

public AppMutexLockFailedException(string? message)

Parameters

message string

AppMutexLockFailedException(string?, Exception?)

public AppMutexLockFailedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception