Search Results for

    Show / Hide Table of Contents

    Class NPCEngineException

    General NPC Engine exception.

    Inheritance
    Object
    Exception
    NPCEngineException
    Namespace: NPCEngine
    Assembly: cs.temp.dll.dll
    Syntax
    public class NPCEngineException : Exception, ISerializable, _Exception

    Constructors

    NPCEngineException()

    Declaration
    public NPCEngineException()

    NPCEngineException(SerializationInfo, StreamingContext)

    Declaration
    protected NPCEngineException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    NPCEngineException(String, Exception)

    Declaration
    public NPCEngineException(string message, Exception inner)
    Parameters
    Type Name Description
    String message
    Exception inner

    NPCEngineException(String, String)

    Declaration
    public NPCEngineException(string message, string data = "")
    Parameters
    Type Name Description
    String message
    String data

    Fields

    data

    Declaration
    public string data
    Field Value
    Type Description
    String
    In This Article
    Back to top npc-engine Unity integration