4 references to MissingAttribute
System.Data (4)
fx\src\data\System\Data\DataException.cs (1)
1280return MissingAttribute(String.Empty, attribute);
fx\src\data\System\Data\XDRSchema.cs (3)
290throw ExceptionBuilder.MissingAttribute("type", Keywords.DT_VALUES); 301throw ExceptionBuilder.MissingAttribute("Element", Keywords.NAME); 307throw ExceptionBuilder.MissingAttribute("Element", Keywords.TYPE);