Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0801 - COBCH0900
>
COBCH0841 - COBCH0860
>
COBCH0842 Method has multiple definitions with same signature
COBCH0842 Method <method-name> has multiple definitions with same signature
A method is defined more than once with the same signature. This isn't allowed as it would lead to ambiguity when the method was invoked.
Resolution:
Change the method signature.
Parent topic:
COBCH0841 - COBCH0860