ActivationGroupCallException class
The exception that is thrown when an program is to be activated in the caller’s activation but the caller activation group could not be found.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
Name | Description |
---|---|
ActivationGroupCallException(String, String) | Initializes a new instance of the ActivationGroupCall exception class. |
ActivationGroupCallException(String, String)
Initializes a new instance of the ActivationGroupCall exception class.
ActivationGroupCallException(String, String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | program | The class name of the program being called. |
String | caller | The class name of the caller. |