System.Xml.Serialization.XmlReflectionImporter.InvalidAttributeUseException C# (CSharp) Méthode

InvalidAttributeUseException() private static méthode

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