Table of Contents

Class AppCacheException

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

Constructors

AppCacheException(string?)

public AppCacheException(string? message)

Parameters

message string

AppCacheException(string?, Exception?)

public AppCacheException(string? message, Exception? innerException)

Parameters

message string
innerException Exception