Illegal call to: <sub name>

You tried to call a class's Sub New or Sub Delete. A class's Sub New is called automatically when an object (class instance) is constructed. It may not be called directly. A class's Sub Delete is called automatically when an object is deleted. It may not be called directly.