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

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