C# Compiler Error – CS0713 static class ‘{0}’ cannot derive from ty

In this blog post, you’ll learn more about the C# Compiler Error – CS0713 and the related message description

C# Compiler Error Code

CS0713

C# Compiler Description for the Code :CS0713

Static class ‘{0}’ cannot derive from type ‘{1}’. Static classes must derive from object.