CannotCallException class | QSYS API Reference Guide
Exception thrown when trying to use a multidimensional multi data structure in a CALL.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
Name | Description |
---|---|
CannotCallException(Int32) | Constructs an exception that is thrown when trying to use a multidimensional multi data structure in a CALL. |
CannotCallException(Int32)
Constructs an exception that is thrown when trying to use a multidimensional multi data structure in a CALL.
CannotCallException(Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
Int32 | rank | The rank of the multidimensional multi data structure. |