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

◆ CreateException() [4/5]

static Exception System.Xml.XmlConvert.CreateException ( string res,
string[] args,
ExceptionType exceptionType )
inlinestaticpackage

Definition at line 1403 of file XmlConvert.cs.

1404 {
1405 return CreateException(res, args, exceptionType, 0, 0);
1406 }
static Exception CreateException(string res, ExceptionType exceptionType, int lineNo, int linePos)

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