This kind of exception is called in the followed cases:
● Invalid name passed
● Expression set is already compiled but any change in expression structure was requested
● Overflow for parameter value input
● Syntax error discovered on expression parsing
● Missed ternary expression parts
● Invalid compare sign
Inheritance Hierarchy
System Exception
uStrata.MathDaemon.Computation ParserException
Namespace: uStrata.MathDaemon.Computation
Assembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax
Constructors
| Name | Description | |
|---|---|---|
| ParserException |
Default, overload base constructor
| |
| ParserException(String) |
Overload base constructor
| |
| ParserException(String, Exception) |
Overload base constructor
|
See Also