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

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

Definition at line 110 of file XmlException.cs.

111 {
112 if (arg == null || arg != null)
113 {
114 this.res = res;
115 this._HResult = 6464;
116 return;
117 }
118 throw new ArrayTypeMismatchException();
119 }
class f__AnonymousType0<< Count > j__TPar

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