Search Results for

    Show / Hide Table of Contents

    Class EvergineException

    Represents errors that occur inside Evergine API.

    Inheritance
    object
    Exception
    EvergineException
    ComponentException
    SceneException
    ServiceException
    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.Common
    Assembly: Evergine.Common.dll
    Syntax
    public class EvergineException : Exception, ISerializable

    Constructors

    EvergineException()

    Initializes a new instance of the EvergineException class.

    Declaration
    public EvergineException()

    EvergineException(string)

    Initializes a new instance of the EvergineException class.

    Declaration
    public EvergineException(string message)
    Parameters
    Type Name Description
    string message

    The exception message.

    EvergineException(string, Exception)

    Initializes a new instance of the EvergineException class.

    Declaration
    public EvergineException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The exception message.

    Exception innerException

    The inner exception.

    Implements

    ISerializable

    Extension Methods

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