This kind of exception is called in the followed cases:
● Item to compute is not found
● Expression set is not compiled yet
● Overflow while executed or invalid parameter input (for example, negative value for logarithm)
Inheritance Hierarchy
System Exception
uStrata.MathDaemon.Computation ComputationException
Namespace: uStrata.MathDaemon.Computation
Assembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax
Constructors
| Name | Description | |
|---|---|---|
| ComputationException |
Default, overload base constructor
| |
| ComputationException(String) |
Overload base constructor
| |
| ComputationException(String, Exception) |
Overload base constructor
|
See Also