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