<?xml version="1.0" encoding="euc-jp"?>
<ErrorDocumentation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ErrorName>CS1024</ErrorName>
  <Examples>
    <string>// CS1024: Wrong preprocessor directive
// Line: 7

class C
{
	#region
	#end\x0072egion
}
</string>
    <string>// cs1024.cs: Wrong preprocessor directive
// Line: 4

#wrong_directive
</string>
  </Examples>
</ErrorDocumentation>