Search Results for

    Show / Hide Table of Contents

    Class ComponentException

    This class represents an exception related to a Scene Behavior.

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

    Constructors

    ComponentException(Entity, Component, Exception)

    Initializes a new instance of the ComponentException class.

    Declaration
    public ComponentException(Entity owner, Component component, Exception innerException)
    Parameters
    Type Name Description
    Entity owner

    The owner.

    Component component

    The component.

    Exception innerException

    The inner exception.

    Properties

    ComponentType

    Gets the type of the component.

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

    EntityName

    Gets the entity name.

    Declaration
    public string EntityName { get; }
    Property Value
    Type Description
    string

    Extension Methods

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