使用英语阅读

通过


编译器错误 CS1727

未经授权不能自动发送错误报告。 请访问 '' 以授权发送错误报告。

错误文本中列出的网站介绍了如何为 Visual Studio 2005 命令行工具启用自动错误报告。

示例

下面的示例生成 CS1727。

// CS1727.cs
// compile with: /errorreport:send
// CS1727 expected
class Test
{
    static void Main(){}
}