Table of Contents

Class AppCacheWriteFailedException

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

Constructors

AppCacheWriteFailedException(string?)

public AppCacheWriteFailedException(string? message)

Parameters

message string

AppCacheWriteFailedException(string?, Exception?)

public AppCacheWriteFailedException(string? message, Exception? innerException)

Parameters

message string
innerException Exception