Table of Contents

Class AppCacheKeyNotFoundException

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

Constructors

AppCacheKeyNotFoundException(string?)

public AppCacheKeyNotFoundException(string? message)

Parameters

message string

AppCacheKeyNotFoundException(string?, Exception?)

public AppCacheKeyNotFoundException(string? message, Exception? innerException)

Parameters

message string
innerException Exception