Compiler Error CS0537
The class System.Object cannot have a base class or implement an interface
CS0537 occurs when rebuilding the System class libraries, and where Object derives from another class. You are very unlikely to encounter this error. If you do, do not derive Object from a class or interface: it is the root of the entire .NET class hierarchy, and as such, does not derive from anything else.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: