Compiler Warning (level 1) C4445
Visual Studio 2005
Error Message
'function' : in a managed type a virtual method cannot be privateIf a virtual function is private, it cannot be accessed by a derived type.
If a virtual function is private, it cannot be accessed by a derived type.