Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Warning (level 1) C4375

non-public method 'method2' does not override 'method1'

A type that implements another type defined an override method, but the override was not public. Therefore, the method does not override the base type method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.