COBCH1741 - COBCH1760
Lists the Syntax Checking error messages from COBCH1741 through COBCH1760.
COBCH1744 Source line <number> truncated after <max> bytes
The source line indicated by
<number>
has exceeded the maximum source line length supported by the compiler, and has resulted in non-space bytes being truncated.
COBCH1745 Referenced assembly '%1$s' does not have a strong name
COBCH1746 Identifier with OCCURS clause in data description is invalid in this context
COBCH1747 Only properties and events allowed in interface data division.
A data item that is not declared as a property or event has been declared in the data division.
COBCH1748 Source and target are the same variable
A move statement specifies the same variable as the source and the target.
COBCH1749 keyword not allowed with constructors
The program contains a keyword specified in a constructor declaration. This is not allowed.
COBCH1750 keyword not allowed with iterators
The program contains the keyword specified in an iterator declaration. This is not allowed.
COBCH1751 Operand '%1$s' incompatible with SUPPRESS WHEN %2$s
COBCH1752 type-name has no visible member member-name with no parameters, for delegate parameter use METHOD keyword
No member member-name exists with no parameters.
COBCH1753 Best visible method found in '%1$s' is '%2$s', which does not have named parameters
COBCH1754 Best visible constructor in '%1$s' is 'new%2$s', which does not have named parameters
COBCH1756 The chained constructor must not include references to instance or method-local data
The program contains a chained constructor reference that attempts to pass local variables or instance fields as parameters. This is not allowed.
COBCH1757 Reference modified object (string or array) cannot be a receiving item
The program specifies a reference-modified string object as a receiving item. This is not allowed.
COBCH1758 A static method or property cannot have the OVERRIDE clause
The OVERRIDE clause has been specified on a static method or property.
COBCH1759 Static method or property <object-name> should have the REDEFINE clause - assumed
The REDEFINE clause is missing from the specified object; it must be applied, and is therefore assumed.
Parent topic:
Messages COBCH1701 - COBCH1800