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

◆ XmlSchemaException() [6/8]

System.Xml.Schema.XmlSchemaException.XmlSchemaException ( string res,
string arg )
inlinepackage

Definition at line 103 of file XmlSchemaException.cs.

104 {
105 if (arg == null || arg != null)
106 {
107 this.res = res;
108 this._HResult = 6465;
109 return;
110 }
111 throw new ArrayTypeMismatchException();
112 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Xml.Schema.XmlSchemaException.res.