terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SmallXmlParserException.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono.Xml
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200002E")]
8 internal class SmallXmlParserException : global::System.SystemException
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60000A3")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AAC084", Offset = "0x1AAC084", Length = "0xCC")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
15 {
16 typeof(string),
17 typeof(object),
18 typeof(object),
19 typeof(object)
20 }, ReturnType = typeof(string))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
23 public SmallXmlParserException(string msg, int line, int column)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x40000CE")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8C")]
30 private int line;
31
32 [global::Cpp2ILInjected.Token(Token = "0x40000CF")]
33 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
34 private int column;
35 }
36}
class f__AnonymousType0<< Count > j__TPar
SmallXmlParserException(string msg, int line, int column)