Class ScriptLoaderException
- Namespace
- RisingV.Scripting.Exceptions
- Assembly
- RisingV.Scripting.dll
Exception thrown when there is an error loading a script.
public class ScriptLoaderException : ScriptException, ISerializable
- Inheritance
-
ScriptLoaderException
- Implements
- Inherited Members
- Extension Methods
Constructors
ScriptLoaderException(string)
public ScriptLoaderException(string scriptString)
Parameters
scriptString
string
ScriptLoaderException(string, Exception, string)
public ScriptLoaderException(string message, Exception innerException, string scriptString)
Parameters
ScriptLoaderException(string, string)
public ScriptLoaderException(string message, string scriptString)
Parameters
Properties
Message
Gets a message that describes the current exception.
public override string Message { get; }
Property Value
- string
The error message that explains the reason for the exception, or an empty string ("").
ScriptString
public string ScriptString { get; }
Property Value
Methods
ToString()
Creates and returns a string representation of the current exception.
public override string ToString()
Returns
- string
A string representation of the current exception.