* ResXResourceReader.cs (load_data): Make exception more informative.
[mono.git] / mcs / errors / cs3008-8.cs
1 // cs3008.cs: Identifier 'E2.__VALUE' is not CLS-compliant
2 // Line: 8
3
4 using System;
5 [assembly:CLSCompliant (true)]
6
7 public enum E2 {
8         __VALUE
9 }