compile-time error meaning in English
编译时错误
编译时期错误
Examples
- The purpose of this build process is to help you find compile - time errors , not to produce executable code
此生成过程的目的是帮助您找出编译时错误,而不是生成可执行代码。 - In fast mode , a compile - time error will be generated if you attempt to assign a value to a read - only identifier
在快速模式中,如果试图为只读标识符赋值,将生成编译时错误。 - You can build validate the current page or your entire web site at any time to help find compile - time errors
您可以在任何时候生成(验证)当前页或整个网站以帮助发现编译时错误。 - The precompilation process helps you find compile - time errors and potential errors in the web . config file and other non - code files
预编译过程可帮助您发现编译时错误及web . config文件和其他非代码文件中的潜在错误。 - If client code attempts to instantiate your class with a type that is not allowed by a constraint , the result is a compile - time error
如果客户端代码尝试使用某个约束所不允许的类型来实例化类,则会产生编译时错误。