MSIR.0804 Class too big
A class's public and private (but not shared) variables, exceeded the internal class size limit. Break the class up into multiple objects; perhaps collections if some of the class contents are repetitive.
A class's public and private (but not shared) variables, exceeded the internal class size limit. Break the class up into multiple objects; perhaps collections if some of the class contents are repetitive.