ActivationGroupInvalidCreatorException class
The exception that is thrown when an activation group’s dynamic creator is being overwritten.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
Name | Description |
---|---|
ActivationGroupInvalidCreatorException(String, String) | Initializes a new instance of the ActivationGroupInvalidCreator exception class. |
ActivationGroupInvalidCreatorException(String, String)
Initializes a new instance of the ActivationGroupInvalidCreator exception class.
ActivationGroupInvalidCreatorException(String, String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | programName | The name of the program being used as the attempted new dynamic creator. |
String | activationGroupName | The name of the activation group being overwritten. |