Validates the syntax of this ExprBinary.
| C# | Visual Basic | Visual C++ |
public virtual void ValidateSyntax()
Public Overridable Sub ValidateSyntax
public: virtual void ValidateSyntax ()
An ExprBinary is valid if both the
right-hand side and left-hand side subexpressions are
non-null and valid, and the function is not null.
| Exception | Condition |
|---|---|
| SyntaxException |
If the syntax requirements are not met.
|