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

◆ CreateException() [2/5]

static Exception System.Xml.XmlConvert.CreateException ( string res,
string arg,
ExceptionType exceptionType )
inlinestaticpackage

Definition at line 1389 of file XmlConvert.cs.

1390 {
1391 return CreateException(res, arg, exceptionType, 0, 0);
1392 }
static Exception CreateException(string res, ExceptionType exceptionType, int lineNo, int linePos)

References System.Xml.XmlConvert.CreateException(), and System.Xml.Dictionary.