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 Members | Properties | ||||
Member | Description | |
---|---|---|
![]() | DeferredType |
The type of the IDeferred<(Of <(<'TResult>)>)>.
|
![]() | ResultType |
The type of the expected result of the IDeferred<(Of <(<'TResult>)>)>.
|