This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error CS0569
'method2' : cannot override 'method1' because it is not a method
This error occurs when you derive from a base class that was written in another language and when the compiler does not understand the method that you are attempting to override.