Search Results for

    Show / Hide Table of Contents

    Class ExceptionExtensions

    Inheritance
    object
    ExceptionExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public static class ExceptionExtensions

    Methods

    | Edit this page View Source

    ExtractServerError(Exception)

    Declaration
    public static string ExtractServerError(this Exception exception)
    Parameters
    Type Name Description
    Exception exception
    Returns
    Type Description
    string
    | Edit this page View Source

    GetFullMessage(Exception)

    Declaration
    public static string GetFullMessage(this Exception ex)
    Parameters
    Type Name Description
    Exception ex
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation