======Конструктор KeyNotFoundException(String)====== Инициализирует новый экземпляр класса [[developers:references:system.collections.generic.keynotfoundexception|KeyNotFoundException]] с указанным сообщением об ошибке. * **Пространство имен:** [[developers:references:system.collections.generic|System.Collections.Generic]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public KeyNotFoundException(string message) **Параметры** * //message// * Тип: [[developers:references:system.string|System.String]] * Сообщение, описывающее ошибку.