Class ComponentException
This class represent an exception related to an Scene Behavior.
Implements
Inherited Members
Namespace: Evergine.Framework.Exceptions
Assembly: Evergine.Framework.dll
Syntax
public class ComponentException : EvergineException, ISerializable
  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 |