Class ScriptException
- Namespace
- RisingV.Scripting.Exceptions
- Assembly
- RisingV.Scripting.dll
Exception that occurs during script execution.
public class ScriptException : BaseException, ISerializable
- Inheritance
-
ScriptException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ScriptException()
public ScriptException()
ScriptException(SerializationInfo, StreamingContext)
[Obsolete("Obsolete")]
protected ScriptException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
ScriptException(string)
public ScriptException(string message)
Parameters
message
string
ScriptException(string, Exception)
public ScriptException(string message, Exception innerException)