System.Xml.Serialization.XmlReflectionImporter.InvalidAttributeUseException C# (CSharp) 메소드

InvalidAttributeUseException() 개인적인 정적인 메소드

private static InvalidAttributeUseException ( Type type ) : Exception
type System.Type
리턴 System.Exception
        private static Exception InvalidAttributeUseException(Type type)
        {
            return new InvalidOperationException(SR.Format(SR.XmlInvalidAttributeUse, type.FullName));
        }