Class LunyScriptMaxIterationException
- Namespace
- LunyScript.Exceptions /
- Assembly
- LunyScript.dll
Exception thrown when a script loop exceeds the maximum allowed iterations.
public sealed class LunyScriptMaxIterationException : Exception
Expand Details ...
- Inheritance
-
objectLunyScriptMaxIterationException
Constructors
LunyScriptMaxIterationException(IScriptRuntimeContext, string, int)
public LunyScriptMaxIterationException(IScriptRuntimeContext runtimeContext, string blockName, int limit)
Parameters
| Type | Name | Description |
|---|---|---|
runtimeContext |
||
blockName |
||
limit |