ActivationGroupCreateException class
The exception that is thrown when an activation could not be found or created.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
Name | Description |
---|---|
ActivationGroupCreateException(String, String) | Initializes a new instance of the ActivationGroupCreate exception class. |
ActivationGroupCreateException(String, String)
Initializes a new instance of the ActivationGroupCreate exception class.
ActivationGroupCreateException(String, String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | groupName | The name of the activation group. |
String | program | The class name of the program being called. |