Test additional content header

NullExpressionResultException Class

The exception that is thrown when a some part of evaluation resulted in a null reference.

Definition

Namespace: Fluent.Calculations.Primitives.Expressions.Capture
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public class NullExpressionResultException : Exception
Inheritance
Object    Exception    NullExpressionResultException

Remarks

Typically indicates that input parameter was not set.

See Also