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
SmallXmlParserException.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono.Xml
4{
5 // Token: 0x0200002E RID: 46
7 {
8 // Token: 0x060000A3 RID: 163 RVA: 0x00002F90 File Offset: 0x00001190
9 public SmallXmlParserException(string msg, int line, int column)
10 {
11 string text;
12 base..ctor(text);
14 }
15
16 // Token: 0x040000CE RID: 206
17 private int line;
18
19 // Token: 0x040000CF RID: 207
20 private int column;
21 }
22}
class f__AnonymousType0<< Count > j__TPar
SmallXmlParserException(string msg, int line, int column)