LDACapacityException class | QSYS API Reference Guide
The exception that is thrown when a field being get or set on the LDA is beyond the LDA length.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
Name | Description |
---|---|
LDACapacityException(Int32) | Initializes a new instance of the LDACapacity exception class. |
LDACapacityException(Int32)
Initializes a new instance of the LDACapacity exception class.
LDACapacityException(Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
Int32 | capacity | The maximum capacity length of the LDA. |