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.
1
using
System
;
2
3
namespace
Mono.Xml
4
{
5
// Token: 0x0200002E RID: 46
6
internal
class
SmallXmlParserException
:
SystemException
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
);
13
this.line
=
line
;
14
}
15
16
// Token: 0x040000CE RID: 206
17
private
int
line
;
18
19
// Token: 0x040000CF RID: 207
20
private
int
column
;
21
}
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Mono.Xml.SmallXmlParserException.column
int column
Definition
SmallXmlParserException.cs:20
Mono.Xml.SmallXmlParserException.SmallXmlParserException
SmallXmlParserException(string msg, int line, int column)
Definition
SmallXmlParserException.cs:9
Mono.Xml.SmallXmlParserException.line
int line
Definition
SmallXmlParserException.cs:17
Mono.Xml.SmallXmlParserException
Definition
SmallXmlParserException.cs:7
System.SystemException
Definition
SystemException.cs:9
Mono.Xml
Definition
SecurityParser.cs:6
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
source
mscorlib
Mono
Xml
SmallXmlParserException.cs
Generated by
1.10.0