Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1701 - COBCH1800
>
COBCH1781 - COBCH1800
COBCH1781 - COBCH1800
COBCH1781 <type-name> has no visible constructor with specified parameter name(s)
There is no such constructor found with the specified parameter name(s).
COBCH1782 <type-name> has no visible method <method-name> for which generic parameter type(s) could be inferred
COBCH1783 <type-name> has no visible instance method <method-name> for which generic parameter type(s) could be inferred
COBCH1784 <type-name> has no visible static method <method-name> for which generic parameter type(s) could be inferred
COBCH1785 For inline signature, parameters must be followed immediately by optional RETURNING or YIELDING
An inline method signature has been specified incorrectly, or in the wrong order.
COBCH1787 Data-name <name> at line <line-no> in the <description-name> is not declared; implicit definition created
A forward-referenced data-name was not declared in the source program. The compiler has created an implicit definition for the data item that is compatible with the reference.
COBCH1788 Exception: <exception-message>
COBCH1789 Matching member in inherited <type-name> is non-virtual
COBCH1790 Illegal use of 'void' type
COBCH1791 ILOUTPUT name <output-path> does not exist or is not a valid directory
COBCH1792 <type-name> has no visible method <method-name> for which generic parameter type(s) conform to constraints
COBCH1793 <type-name> has no visible instance method <method-name> for which generic parameter type(s) conform to constraints
COBCH1794 <type-name> has no visible static method <method-name> for which generic parameter type(s) conform to constraints
COBCH1795 Found non-static 'main' method with string array parameter - cannot be a main program
COBCH1796 A get/set property cannot override a get property
COBCH1797 A get/set property cannot override a set property
COBCH1798 A get property in a non-abstract class cannot override an abstract get/set property
COBCH1799 A get property cannot override a set property
COBCH1800 A set property in a non-abstract class cannot override an abstract get/set property
Parent topic:
Messages COBCH1701 - COBCH1800