terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ XmlException() [9/14]

System.Xml.XmlException.XmlException ( string res,
string arg,
int lineNumber,
int linePosition )
inlinepackage

Definition at line 135 of file XmlException.cs.

136 {
137 if (arg == null || arg != null)
138 {
139 this.res = res;
140 this._HResult = 6464;
143 return;
144 }
145 throw new ArrayTypeMismatchException();
146 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.XmlException.lineNumber, System.Xml.XmlException.linePosition, and System.Xml.XmlException.res.