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));
        }