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

DeferringException<(Of <(<'TDeferred, TResult>)>)> Constructor (message, inner)
Initializes a new instance of the DeferringException class.

Assembly: Epic.Query.Object

Declaration Syntax
C#
public DeferringException(
	string message,
	Exception inner
)
Parameters
message (String)
The message that describes the error.
inner (Exception)
The exception that is the cause of the current exception. If the inner parameter is not a nullNothingnullptr reference, the current exception is raised in a catch block that handles the inner exception.
blog comments powered by Disqus