KeyNotFoundException constructor
KeyNotFoundException(
- String message
Creates a new instance of KeyNotFoundException.
The message
parameter provides more details about the exception.
Implementation
KeyNotFoundException(this.message);