DataAreaNotLockableException class

DataArea Exception issued when a DataArea fails to Unlock.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Exception

Constructors

Name Description
DataAreaNotLockableException(String, Exception) Creates a DataAreaNotLockableException object, with an inner exception. Sets the message to: Data area -data-area-name- could not be locked.

DataAreaNotLockableException(String, Exception)

Creates a DataAreaNotLockableException object, with an inner exception. Sets the message to: Data area -data-area-name- could not be locked.

DataAreaNotLockableException(String, Exception)

Parameters

Type Parameter name Description
String name DataArea name.
Exception e Inner exception.