Initializes a new instance of the KeyNotFoundException<(Of <(<'TKey>)>)> class
with the specified error message and a reference to the inner exception that is
the cause of this exception.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public KeyNotFoundException( TKey notFoundKey, string message )
Parameters
- notFoundKey (TKey)
- Not found key.
- message (String)
- The message that describes the error.