Search Results for

    Show / Hide Table of Contents

    Class ExceptionResult

    An exception error result.

    Inheritance
    Object
    ErrorResult
    ExceptionResult
    Implements
    IEquatable<ErrorResult>
    IExceptionResult
    IErrorResult
    IEquatable<ExceptionResult>
    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.Core.Results
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class ExceptionResult : ErrorResult, IEquatable<ErrorResult>, IExceptionResult, IErrorResult, IEquatable<ExceptionResult>

    Constructors

    | Improve this Doc View Source

    ExceptionResult(Exception)

    Initializes a new instance of ExceptionResult.

    Declaration
    public ExceptionResult(Exception error)
    Parameters
    Type Name Description
    Exception error

    The Exception.

    Properties

    | Improve this Doc View Source

    Exception

    Contains the exception that was thrown.

    Declaration
    public Exception Exception { get; set; }
    Property Value
    Type Description
    Exception

    Implements

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