Compiler Warning (level 1) C4490
Visual Studio 2012
'override' : incorrect use of override specifier; 'function' does not match a base ref class method
An override specifier was used incorrectly. For example, you do not override an interface function, you implement it.
For more information, see Override Specifiers.