Class ComponentException
This class represents an exception related to a Scene Behavior.
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 |