KeyNotFoundException constructor

KeyNotFoundException(
  1. dynamic message
)

Implementation

KeyNotFoundException(message) : super(message);