<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0426</ErrorName>
  <Examples>
    <string>// cs0426.cs: The nested type `B' does not exist in the type `A'
// Line: 12

class A
{
}

class Test
{
   public static void Main()
   {
      A.B a;
   }
}
</string>
  </Examples>
</ErrorDocumentation>