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
XmlSyntaxException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Security
5{
6 // Token: 0x02000293 RID: 659
8 public sealed class XmlSyntaxException : SystemException
9 {
10 // Token: 0x060016BE RID: 5822 RVA: 0x0002FEEC File Offset: 0x0002E0EC
12 {
13 }
14
15 // Token: 0x060016BF RID: 5823 RVA: 0x0002FF00 File Offset: 0x0002E100
16 public XmlSyntaxException(int lineNumber)
17 {
18 }
19
20 // Token: 0x060016C0 RID: 5824 RVA: 0x0002FF14 File Offset: 0x0002E114
21 public XmlSyntaxException(int lineNumber, string message)
22 {
23 }
24
25 // Token: 0x060016C1 RID: 5825 RVA: 0x0002FF28 File Offset: 0x0002E128
27 : base(info, context)
28 {
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
XmlSyntaxException(SerializationInfo info, StreamingContext context)
XmlSyntaxException(int lineNumber, string message)