Table of Contents

Class AppCacheReadFailedException

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

Constructors

AppCacheReadFailedException(string?)

public AppCacheReadFailedException(string? message)

Parameters

message string

AppCacheReadFailedException(string?, Exception?)

public AppCacheReadFailedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception