Class LunyScriptMaxIterationException
- Namespace
- LunyScript /
- Assembly
- LunyScript.dll
Exception thrown when a script loop exceeds the maximum allowed iterations.
public sealed class LunyScriptMaxIterationException : Exception, ISerializable
Expand Details ...
- Inheritance
-
ObjectLunyScriptMaxIterationException
- Implements
- Inherited Members
Constructors
LunyScriptMaxIterationException(IScriptRuntimeContext, String, Int32)
public LunyScriptMaxIterationException(IScriptRuntimeContext runtimeContext, String blockName, Int32 limit)
Parameters
| Type | Name | Description |
|---|---|---|
runtimeContext |
||
blockName |
||
limit |