Search Results for

    Show / Hide Table of Contents

    Class SceneException

    This class represents an exception related to a Scene Behavior.

    Inheritance
    object
    Exception
    EvergineException
    SceneException
    Namespace: Evergine.Framework.Exceptions
    Assembly: Evergine.Framework.dll
    Syntax
    public class SceneException : EvergineException

    Constructors

    SceneException(Scene, Exception)

    Initializes a new instance of the SceneException class.

    Declaration
    public SceneException(Scene scene, Exception innerException)
    Parameters
    Type Name Description
    Scene scene

    The scene instance.

    Exception innerException

    The inner exception.

    Properties

    SceneType

    Gets the scene type.

    Declaration
    public Type SceneType { get; }
    Property Value
    Type Description
    Type

    Extension Methods

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