Search Results for

    Show / Hide Table of Contents

    Class EvergineException

    Represents errors that occur within the Evergine API.

    Inheritance
    object
    Exception
    EvergineException
    BindingException
    ComponentException
    SceneException
    SceneManagerException
    ServiceException
    Namespace: Evergine.Common
    Assembly: Evergine.Common.dll
    Syntax
    public class EvergineException : Exception

    Constructors

    EvergineException()

    Initializes a new instance of the EvergineException class.

    Declaration
    public EvergineException()

    EvergineException(string)

    Initializes a new instance of the EvergineException class.

    Declaration
    public EvergineException(string message)
    Parameters
    Type Name Description
    string message

    The exception message.

    EvergineException(string, Exception)

    Initializes a new instance of the EvergineException class.

    Declaration
    public EvergineException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The exception message.

    Exception innerException

    The inner exception.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX