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