Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectDeferredEvaluationException<(Of <(<'TResult>)>)>

DeferredEvaluationException<(Of <(<'TResult>)>)>
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 MembersProperties    



MemberDescription
ResultType
The type of the expected result of the IDeferred<(Of <(<'TResult>)>)>.
(Overrides DeferredEvaluationException.ResultType.)
UnevaluatedExpression
Gets the unevaluated expression.
blog comments powered by Disqus