1 reference to Xml_MissingAttribute
System.Data.Common (1)
System\Data\DataException.cs (1)
694public static Exception MissingAttribute(string element, string attribute) => _Data(SR.Format(SR.Xml_MissingAttribute, element, attribute));