Last Updated:
20 Apr 2026 08:54
by ADMIN
Created by:
Al
Comments:
Category:
UI for WinForms
Type:
Bug Report
This exception is a result of changes in the Current property of the IEnumerator interface. With the lastest version, if the current item is undefined it will throw an exception if we try to access it with the Current property, while in the older version, it will return null.