更新:2007 年 11 月
错误消息
#error:“text”显示用
下面的示例显示如何创建用户定义的错误:
复制代码 | |
---|---|
// CS1029.cs class Sample { static void Main() { #error Let's give an error here // CS1029 } } |
更新:2007 年 11 月
显示用
下面的示例显示如何创建用户定义的错误:
复制代码 | |
---|---|
// CS1029.cs class Sample { static void Main() { #error Let's give an error here // CS1029 } } |