4 references to MissingAttribute
System.Data.Common (4)
System\Data\DataException.cs (1)
693public static Exception MissingAttribute(string attribute) => MissingAttribute(string.Empty, attribute);
System\Data\XDRSchema.cs (3)
315throw ExceptionBuilder.MissingAttribute("type", Keywords.DT_VALUES); 329throw ExceptionBuilder.MissingAttribute("Element", Keywords.NAME); 336throw ExceptionBuilder.MissingAttribute("Element", Keywords.TYPE);