compile-time error meaning in English
编译时错误
编译时期错误
Examples
- The specified line must be in the same procedure as the on error statement , or a compile - time error will occur
语句处在同一个过程中,否则会产生编译时错误。 - It is a compile - time error to reference a private member outside the class or the struct in which it is declared
在定义私有成员的类或结构外引用它会导致编译时错误。 - In visual basic will throw a compile - time error ; you cannot create an instance of an interface
调用new (在visual basic中为new )将引发编译时错误;无法创建接口的实例。 - The visual basic compiler detects such overlapping control structures and signals a compile - time error
Visual basic编译器检测到这样的重叠控制结构并发出编译时错误信号。 - In a checked context , a compile - time error occurs if the operation is a constant expression . otherwise , an
在所检查的上下文中,如果该运算是常数表达式,则发生编译时错误。