API Reference MyLibrary MyLibrary.Types EKeyNotFoundException Class Definition Unit: MyLibrary.Types Package: MyLibrary The exception that is thrown when a specified key cannot be found in a dictionary. Delphi Copy EKeyNotFoundException = class(Exception) Inheritance Exception EKeyNotFoundException