Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectDeferringException

DeferringException
Exception thrown when a request to Defer<(Of <<'(TDeferred, TResult>)>>)(Expression<(Of <<'(TResult>)>>)) is invalid because of the type arguments.
Inheritance Hierarchy
Object
Exception
 SystemException
  InvalidOperationException
   EpicException
    DeferringException
     DeferringException<(Of <(<'TDeferred, TResult>)>)>

Assembly: Epic.Query.Object

Declaration Syntax
C#
[SerializableAttribute]
public abstract class DeferringException : EpicException
Remarks
The DeferringException is designed to be cought only: to throw it all IDeferrer implementation must create an instance of DeferringException<(Of <(<'TDeferred, TResult>)>)> instead.
Members
All MembersProperties    



MemberDescription
DeferredType
ResultType
The type of the expected result of the IDeferred<(Of <(<'TResult>)>)>.
blog comments powered by Disqus