Search Results for

    Show / Hide Table of Contents

    Class CacheErrorResult

    A cache error result.

    Inheritance
    Object
    ErrorResult
    CacheErrorResult
    Implements
    IErrorResult
    IEquatable<ErrorResult>
    IEquatable<CacheErrorResult>
    Inherited Members
    ErrorResult.ErrorMessage
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Caching.Results
    Assembly: Color-Chan.Discord.Caching.dll
    Syntax
    public class CacheErrorResult : ErrorResult, IErrorResult, IEquatable<ErrorResult>, IEquatable<CacheErrorResult>

    Constructors

    | Improve this Doc View Source

    CacheErrorResult(String)

    Initializes a new instance of CacheErrorResult.

    Declaration
    public CacheErrorResult(string key)
    Parameters
    Type Name Description
    String key

    The key of the cached value.

    Implements

    IErrorResult
    System.IEquatable<T>
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX