<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0143</ErrorName>
  <Examples>
    <string>// CS0143: The class `A' has no constructors defined
// Line: 9
// Compiler options: -r:CS0143-lib.dll

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