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