Validates the syntax of this ExprKey.
| C# | Visual Basic | Visual C++ |
public virtual void ValidateSyntax()
Public Overridable Sub ValidateSyntax
public: virtual void ValidateSyntax ()
An ExprKey is valid if its value (the val
parameter of the constructor) is non-null and non-empty.
| Exception | Condition |
|---|---|
| SyntaxException |
If the syntax requirements are not met.
|