RecursiveCallException class | QSYS API Reference Guide
The exception that is thrown when a program is being called recursively.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
| Name | Description |
|---|---|
| RecursiveCallException(String) | Initializes a new instance of the RecursiveCall exception class. |
RecursiveCallException(String)
Initializes a new instance of the RecursiveCall exception class.
RecursiveCallException(String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | programName | Name of the program being called recursively. |