💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# Compiler Error CS1029 #error:“text” 显示用 [#error](https://msdn.microsoft.com/zh-cn/library/x5hedts0.aspx) 指令定义的错误文本。 下面的示例显示如何创建用户定义的错误: ``` // CS1029.cs class Sample { static void Main() { #error Let's give an error here // CS1029 } } ```