Class initialize or terminate do not have arguments
Your script has a class definition with the Class_Initialize event, or
the Class_Terminate event. You specified one or more parameters for
either of these procedures. Never specify parameters for either one of these
procedures.
To correct this error
- Remove the parameters from the class definition.
See Also
Initialize Event | Terminate Event
|