[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs0713.cs
blob52e1247fcfcec53179d71e73bca901051cab4ef9
1 // CS0713: Static class `StaticClass' cannot derive from type `System.ArgumentException'. Static classes must derive from object
2 // Line: 4
4 static class StaticClass: System.ArgumentException {