Method '<methodname>' cannot be declared 'Partial' because only one method '<methodname>' can be marked 'Partial'

You cannot have two partial method declarations that have the same name and signature.

Error ID: BC31433

To correct this error

  • Change the name or signature of one of the partial method declarations.

See Also

Concepts

Partial Methods