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