<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1015</ErrorName>
  <Examples>
    <string>// CS1015: A type that derives from `System.Exception', `object', or `string' expected
// Line: 9

class Test
{
    public static void Main ()
    {
    	try {}
    	catch () {}
    }
}

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