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
ArithmeticException.cs
Go to the documentation of this file.
1using System;
5using Mono.Math;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000086")]
10 [global::System.Serializable]
11 public class ArithmeticException : global::System.SystemException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60003D9")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1BB61A8", Offset = "0x1BB61A8", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60003DA")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1BB6204", Offset = "0x1BB6204", Length = "0x24")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Math.BigInteger.Kernel", Member = "modInverse", MemberParameters = new object[]
28 {
31 }, ReturnType = typeof(Mono.Math.BigInteger))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Math.BigInteger), Member = "op_Subtraction", MemberParameters = new object[]
33 {
36 }, ReturnType = typeof(Mono.Math.BigInteger))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Math.BigInteger), Member = "op_Multiply", MemberParameters = new object[]
38 {
40 typeof(int)
41 }, ReturnType = typeof(Mono.Math.BigInteger))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DivideByZeroException), Member = ".ctor", ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Math), Member = "Sign", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(int))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Math), Member = "Sign", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(int))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OverflowException), Member = ".ctor", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OverflowException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Math.BigInteger.Kernel", Member = "modInverse", MemberParameters = new object[] { "Mono.Math.BigInteger", "Mono.Math.BigInteger" }, ReturnType = "Mono.Math.BigInteger")]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Math.BigInteger", Member = "op_Subtraction", MemberParameters = new object[] { "Mono.Math.BigInteger", "Mono.Math.BigInteger" }, ReturnType = "Mono.Math.BigInteger")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
51 public ArithmeticException(string message)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x60003DB")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1BB6228", Offset = "0x1BB6228", Length = "0x24")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OverflowException), Member = ".ctor", MemberParameters = new object[]
60 {
61 typeof(string),
62 typeof(global::System.Exception)
63 }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
66 {
67 typeof(string),
68 typeof(global::System.Exception)
69 }, ReturnType = typeof(void))]
70 public ArithmeticException(string message, global::System.Exception innerException)
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x60003DC")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1BB624C", Offset = "0x1BB624C", Length = "0x8")]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DivideByZeroException), Member = ".ctor", MemberParameters = new object[]
78 {
79 typeof(global::System.Runtime.Serialization.SerializationInfo),
80 typeof(global::System.Runtime.Serialization.StreamingContext)
81 }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OverflowException), Member = ".ctor", MemberParameters = new object[]
83 {
84 typeof(global::System.Runtime.Serialization.SerializationInfo),
85 typeof(global::System.Runtime.Serialization.StreamingContext)
86 }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
89 {
90 typeof(global::System.Runtime.Serialization.SerializationInfo),
91 typeof(global::System.Runtime.Serialization.StreamingContext)
92 }, ReturnType = typeof(void))]
93 protected ArithmeticException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
94 {
95 throw null;
96 }
97 }
98}
class f__AnonymousType0<< Count > j__TPar
ArithmeticException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
ArithmeticException(string message, global::System.Exception innerException)