ActivationGroupDisposeException class
The exception that is thrown when an program has a null activation group at dispose time.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> JobFrameworkException
Constructors
Name | Description |
---|---|
ActivationGroupDisposeException(String) | Initializes a new instance of the ActivationGroupDispose exception class. |
ActivationGroupDisposeException(String)
Initializes a new instance of the ActivationGroupDispose exception class.
ActivationGroupDisposeException(String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | program | The class name of the program being disposed. |