Table of Contents

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

message string
innerException Exception
scriptString string

ScriptLoaderException(string, string)

public ScriptLoaderException(string message, string scriptString)

Parameters

message string
scriptString string

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

string

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.