Search Results for

    Show / Hide Table of Contents

    Class DewSessionError

    Inheritance
    object
    DewSessionError
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewSessionError

    Fields

    args

    Declaration
    public object[] args
    Field Value
    Type Description
    object[]

    Methods

    Error()

    Declaration
    public static DewSessionError Error()
    Returns
    Type Description
    DewSessionError

    Error(Exception)

    Declaration
    public static DewSessionError Error(Exception e)
    Parameters
    Type Name Description
    System.Exception e
    Returns
    Type Description
    DewSessionError

    Show(bool, bool)

    Output this error message on screen.

    Declaration
    public void Show(bool isFatal, bool isGame)
    Parameters
    Type Name Description
    bool isFatal
    bool isGame

    ShowError(bool, bool)

    Show a generic, unknown error

    Declaration
    public static void ShowError(bool isFatal = false, bool isGame = true)
    Parameters
    Type Name Description
    bool isFatal
    bool isGame

    ShowError(Exception, bool, bool)

    Fatal error will close the application after it's closed.

    Declaration
    public static void ShowError(Exception e, bool isFatal = false, bool isGame = true)
    Parameters
    Type Name Description
    System.Exception e
    bool isFatal
    bool isGame
    In This Article
    Back to top Shape of Dreams API Documentation