Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MissingAttribute() [2/2]

static Exception System.Data.ExceptionBuilder.MissingAttribute ( string element,
string attribute )
inlinestatic

Definition at line 1256 of file ExceptionBuilder.cs.

1257 {
1258 return _Data(System.SR.Format(System.SR.Xml_MissingAttribute, element, attribute));
1259 }
static Exception _Data(string error)
static string Xml_MissingAttribute
Definition SR.cs:52
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.Data.ExceptionBuilder._Data(), System.SR.Format(), and System.SR.Xml_MissingAttribute.