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 sealed class DeferringException<TDeferred, TResult> : DeferringException where TDeferred : Object, IDeferred<TResult>
Generic Template Parameters
- TDeferred
[Missing <typeparam name="TDeferred"/> documentation for "T:Epic.Query.Object.DeferringException`2"]
- TResult
[Missing <typeparam name="TResult"/> documentation for "T:Epic.Query.Object.DeferringException`2"]
Members
All Members | Constructors | Properties | |||
Member | Description | |
---|---|---|
![]() | DeferringException<(Of <(<'TDeferred, TResult>)>)>(String) |
Initializes a new instance of the DeferringException<(Of <(<'TDeferred, TResult>)>)> class.
|
![]() | DeferringException<(Of <(<'TDeferred, TResult>)>)>(String, Exception) |
Initializes a new instance of the DeferringException class.
|
![]() | DeferredType |
The type of the IDeferred<(Of <(<'TResult>)>)>.
(Overrides DeferringException.DeferredType.) |
![]() | ResultType |
The type of the expected result of the IDeferred<(Of <(<'TResult>)>)>.
(Overrides DeferringException.ResultType.) |