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
AndroidJavaException.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000004 RID: 4
6 public sealed class AndroidJavaException : Exception
7 {
8 // Token: 0x06000064 RID: 100 RVA: 0x00003498 File Offset: 0x00001698
9 internal AndroidJavaException(string message, string javaStackTrace)
10 {
11 if (!true)
12 {
13 }
14 base..ctor(message);
16 }
17
18 // Token: 0x17000001 RID: 1
19 // (get) Token: 0x06000065 RID: 101 RVA: 0x000034B8 File Offset: 0x000016B8
20 public override string StackTrace
21 {
22 get
23 {
24 string text = this.mJavaStackTrace;
25 string stackTrace = base.StackTrace;
26 return text + stackTrace;
27 }
28 }
29
30 // Token: 0x04000001 RID: 1
31 private string mJavaStackTrace;
32 }
33}
class f__AnonymousType0<< Count > j__TPar
AndroidJavaException(string message, string javaStackTrace)