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

◆ CreateMessage()

static string System.Xml.Schema.XmlSchemaException.CreateMessage ( string res,
string[] args )
inlinestaticpackageinherited

Definition at line 160 of file XmlSchemaException.cs.

161 {
162 try
163 {
164 if (args == null)
165 {
166 return res;
167 }
168 return string.Format(res ?? string.Empty, args);
169 }
171 {
172 return "UNKNOWN(" + res + ")";
173 }
174 }

References System.Xml.Dictionary.

Referenced by System.Xml.Schema.XmlSchemaException.XmlSchemaException().