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