Class NPCEngineException
General NPC Engine exception.
Inheritance
NPCEngineException
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
NPCEngineException(String, Exception)
Declaration
public NPCEngineException(string message, Exception inner)
Parameters
NPCEngineException(String, String)
Declaration
public NPCEngineException(string message, string data = "")
Parameters
Fields
data
Declaration
Field Value