<?xml version="1.0" encoding="iso-8859-1"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS0134</ErrorName>
  <Examples>
    <string>// cs0134.cs: Cannot use qualified namespace names in nested namespace declarations
// Line: 5

namespace Level1 {
        namespace Level1.Level2 {
                public class MainClass {
                        public static void Main() {
                        }
                }
        }
}
</string>
  </Examples>
</ErrorDocumentation>