Exception thrown when a request to Evaluate<(Of <<'(TResult>)>>)(Expression<(Of <<'(TResult>)>>)) fails.
Inheritance Hierarchy
Object | ||||||
Exception | ||||||
SystemException | ||||||
InvalidOperationException | ||||||
EpicException | ||||||
DeferredEvaluationException | ||||||
DeferredEvaluationException<(Of <(<'TResult>)>)> |
Assembly: Epic.Query.Object
Declaration Syntax
C# |
[SerializableAttribute] public abstract class DeferredEvaluationException : EpicException
Members
All Members | Properties | ||||
Member | Description | |
---|---|---|
ResultType |
The type of the expected result of the IDeferred<(Of <(<'TResult>)>)>.
| |
UnevaluatedExpression |
Gets the unevaluated expression.
|