Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A binary operator is defined with fewer than two or more than two parameters.
A binary operator must have exactly two parameters.
Error ID: BC33015
To correct this error
- Adjust the definition to specify exactly two parameters. 
- If you need only one parameter, you must define a unary operator. 
- If you need no parameters or more than two, you must use the Function Statement (Visual Basic) to define a Function procedure instead of an operator. 
See Also
Tasks
How to: Define a Conversion Operator