NonexistentDataAreaException class
DataArea Exception issued when requesting a non-existing DataArea.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception
Constructors
| Name | Description |
|---|---|
| NonexistentDataAreaException(String) | Creates an NonexistentDataAreaException object. Sets the message to: Data area ‘data-area-name’ does not exist. |
| NonexistentDataAreaException(String, Exception) | Creates an NonexistentDataAreaException object, with an inner exception. Sets the message to: Data area ‘data-area-name’ does not exist. |
NonexistentDataAreaException(String)
Creates an NonexistentDataAreaException object. Sets the message to: Data area ‘data-area-name’ does not exist.
NonexistentDataAreaException(String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | name | DataArea name. |
NonexistentDataAreaException(String, Exception)
Creates an NonexistentDataAreaException object, with an inner exception. Sets the message to: Data area ‘data-area-name’ does not exist.
NonexistentDataAreaException(String, Exception)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | name | DataArea name. |
| Exception | e | Inner exception. |