<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1900</ErrorName>
  <Examples>
    <string>// CS1900: Warning level must be in the range 0-4
// Line: 0
// Compiler options: -warn:-1

class ClassMain {
        public static void Main () {}
}

</string>
  </Examples>
</ErrorDocumentation>