Fork me on GitHubEpicdominant domains
APIEpic.CollectionsKeyNotFoundException<(Of <(<'TKey>)>)>KeyNotFoundException<(Of <(<'TKey>)>)>(TKey, String, Exception)

KeyNotFoundException<(Of <(<'TKey>)>)> Constructor (notFoundKey, message, innerException)
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.
blog comments powered by Disqus