UnlockedDataAreaException class
DataArea Exception issued when attempting to unlock a DataArea that is not locked.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception
Constructors
Name | Description |
---|---|
UnlockedDataAreaException(String) | Creates an UnlockedDataAreaException object. Sets the message to: Data area -data-area-name- is not locked. |
UnlockedDataAreaException(String)
Creates an UnlockedDataAreaException object. Sets the message to: Data area -data-area-name- is not locked.
UnlockedDataAreaException(String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | name | DataArea name. |