[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0713-2.cs
blob163dab8dd7e7adf4a9b4d72e6d10eb56e921a873
1 // CS0713: 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 {