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
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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

    Implements

    ISerializable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX