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() [8/14]

System.Xml.XmlException.XmlException ( string res,
string arg,
string sourceUri )
inlinepackage

Definition at line 122 of file XmlException.cs.

123 {
124 if (arg == null || arg != null)
125 {
126 this.res = res;
128 this._HResult = 6464;
129 return;
130 }
131 throw new ArrayTypeMismatchException();
132 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.XmlException.res, and System.Xml.XmlException.sourceUri.