Show/Hide Toolbars

XSharp

The base class '{0}' declares a {1} '{2}' that differs from this {1} '{3}' only in case.

 

This error will be shown if you declare a method in a subclass that only differs in case from a method in the base class when the /cs (case sensitive compilation) flag is enabled.

Without this compiler option the compiler will "adjust" the case of the method in the subclass.