Search Results for

    Show / Hide Table of Contents

    Class ComponentException

    This class represent an exception related to an Scene Behavior.

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

    Properties

    EntityName

    Gets the entity name.

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

    SceneBehaviorType

    Gets the scene behavior type.

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

    Extension Methods

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