CHGCASE

958

Case changed on override to match method name

An override method or property’s identifier case didn’t match the base method or property it’s attempting to override (which is not allowed in .NET), so the case for the override method was changed to match the base method. In traditional Synergy, you will only get this error when using the -qnet (or /NET) compiler option. (Warning level 3)