Search Results for

    Show / Hide Table of Contents

    Interface IExceptionResult

    An exception error result.

    Inherited Members
    IErrorResult.ErrorMessage
    Namespace: Color_Chan.Discord.Core.Results
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IExceptionResult : IErrorResult

    Properties

    | Improve this Doc View Source

    Exception

    Contains the exception that was thrown.

    Declaration
    Exception Exception { get; set; }
    Property Value
    Type Description
    Exception
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX