Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectSearchableRepositoryBase<(Of <(<'TEntity, TIdentity>)>)>CreateEntityNotFoundException(TIdentity, Exception)

CreateEntityNotFoundException Method (identity, inner)

Assembly: Epic.Query.Object

Declaration Syntax
C#
protected virtual KeyNotFoundException<TIdentity> CreateEntityNotFoundException(
	TIdentity identity,
	Exception inner
)
Parameters
identity (TIdentity)
Identity of interest.
inner (Exception)
Inner exception.
Return Value
The exception to throw when no entity is identified by identity.
Remarks
The caller grants that identity is not nullNothingnullptr.
blog comments powered by Disqus