System.Xml.Serialization.XmlSerializationReader.CreateCtorHasSecurityException C# (CSharp) 메소드

CreateCtorHasSecurityException() 보호된 메소드

protected CreateCtorHasSecurityException ( string typeName ) : Exception
typeName string
리턴 Exception
        protected Exception CreateCtorHasSecurityException(string typeName)
        {
            return new InvalidOperationException(SR.Format(SR.XmlConstructorHasSecurityAttributes, typeName));
        }