24 $
"{message} at {position.GetPositionInfo()}",
39 message = message + Environment.NewLine + scope.
GetStackTrace();
56 message = message + Environment.NewLine + scope.
GetStackTrace();
The base class of all BadScript Exceptions.
Describes a specific position inside a source file.
Implements the Scope for the Script Engine.
string GetStackTrace()
Returns the Stack Trace of the Current scope.
Gets thrown by the runtime.
static BadRuntimeException Create(BadScope? scope, string message, BadSourcePosition? pos)
Creates a new BadScriptException.
BadRuntimeException(string message)
Creates a new BadScriptException.
BadRuntimeException(string message, BadSourcePosition position)
Creates a new BadScriptException.
static BadRuntimeException Create(BadScope? scope, string message)
Creates a new BadScriptException.
Provides runtime settings.
static T Instance
Returns the Instance of the Settings Provider.
Contains Shared Data Structures and Functionality.
Contains the Error Objects for the BadScript2 Language.
Contains Runtime Settings Objects.