Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectDeferringException<(Of <(<'TDeferred, TResult>)>)>

DeferringException<(Of <(<'TDeferred, TResult>)>)>
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 MembersConstructorsProperties   



MemberDescription
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 (Overrides DeferringException.DeferredType.)
ResultType
The type of the expected result of the IDeferred<(Of <(<'TResult>)>)>.
(Overrides DeferringException.ResultType.)
blog comments powered by Disqus