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
DivideByZeroException.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200009F")]
9 [global::System.Serializable]
10 public class DivideByZeroException : global::System.ArithmeticException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000645")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C1D49C", Offset = "0x1C1D49C", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Decimal.DecCalc", Member = "VarDecDiv", MemberParameters = new object[]
16 {
17 typeof(ref decimal.DecCalc),
18 typeof(ref decimal.DecCalc)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArithmeticException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000646")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1C1D4F8", Offset = "0x1C1D4F8", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArithmeticException), Member = ".ctor", MemberParameters = new object[]
32 {
33 typeof(global::System.Runtime.Serialization.SerializationInfo),
34 typeof(global::System.Runtime.Serialization.StreamingContext)
35 }, ReturnType = typeof(void))]
36 protected DivideByZeroException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
37 {
38 throw null;
39 }
40 }
41}
class f__AnonymousType0<< Count > j__TPar
DivideByZeroException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)