KeyNotFoundException constructor

KeyNotFoundException(
  1. String message
)

Creates a new instance of KeyNotFoundException.

The message parameter provides more details about the exception.

Implementation

KeyNotFoundException(this.message);