Table of Contents

Class AppCacheWriteTooLargeException

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

Constructors

AppCacheWriteTooLargeException(string?)

public AppCacheWriteTooLargeException(string? message)

Parameters

message string

AppCacheWriteTooLargeException(string?, Exception?)

public AppCacheWriteTooLargeException(string? message, Exception? innerException)

Parameters

message string
innerException Exception