cleol
[mcs.git] / errors / cs0713.cs
blob957ba00760293f48a730d457d8a7783f09aaa530
1 // cs0713.cs: Static class `StaticClass' cannot derive from type `System.ArgumentException'. Static classes must derive from object
2 // Line: 4
4 static class StaticClass: System.ArgumentException {