Creates the KeyNotFoundException<(Of <(<'TKey>)>)> to throw.
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.