System.Xml.Serialization.XmlSerializationReader.CreateInaccessibleConstructorException C# (CSharp) Метод

CreateInaccessibleConstructorException() защищенный Метод

protected CreateInaccessibleConstructorException ( string typeName ) : Exception
typeName string
Результат Exception
        protected Exception CreateInaccessibleConstructorException(string typeName)
        {
            return new InvalidOperationException(SR.Format(SR.XmlConstructorInaccessible, typeName));
        }