2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0713-2.cs
blob179da5d4929cfbdbdb6f83ae3d220cc0ddf3b0f8
1 // cs0713.cs: Static class `StaticClass' cannot derive from type `System.ArgumentNullException'. Static classes must derive from object
2 // Line: 4
4 static partial class StaticClass {
7 static partial class StaticClass : System.ArgumentNullException {