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 sealed class DeferredEvaluationException<TResult> : DeferredEvaluationException
Generic Template Parameters
- TResult
- Type of the desired result of the evaluation that failed.
Members
All Members | Properties | ||||
Member | Description | |
---|---|---|
![]() | ResultType |
The type of the expected result of the IDeferred<(Of <(<'TResult>)>)>.
(Overrides DeferredEvaluationException.ResultType.) |
![]() | UnevaluatedExpression |
Gets the unevaluated expression.
|