Validates the syntax of this ExprAggregate.
| C# | Visual Basic | Visual C++ |
public virtual void ValidateSyntax()
Public Overridable Sub ValidateSyntax
public: virtual void ValidateSyntax ()
An ExprAggregate is valid if the function is
not null and the subexpression is non-null and itself valid.
| Exception | Condition |
|---|---|
| SyntaxException |
If the syntax requirements are not met.
|