Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ScriptException.cs
1
using
System;
2
3
namespace
Waher.Script.Exceptions
4
{
8
public
class
ScriptException
: Exception
9
{
14
public
ScriptException
(
string
Message)
15
: base(Message)
16
{
17
}
18
24
public
ScriptException
(
string
Message, Exception InnerException)
25
: base(Message, InnerException)
26
{
27
}
28
}
29
}
Waher.Script.Exceptions.ScriptException
Base class for script exceptions.
Definition:
ScriptException.cs:9
Waher.Script.Exceptions.ScriptException.ScriptException
ScriptException(string Message)
Base class for script exceptions.
Definition:
ScriptException.cs:14
Waher.Script.Exceptions.ScriptException.ScriptException
ScriptException(string Message, Exception InnerException)
Base class for script exceptions.
Definition:
ScriptException.cs:24
Waher.Script.Exceptions
Definition:
ScriptAbortedException.cs:4
IoTGateway
Script
Waher.Script
Exceptions
ScriptException.cs
Generated by
1.9.5