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
TimeoutException.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200010A")]
9 [global::System.Serializable]
10 public class TimeoutException : global::System.SystemException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60009DD")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C4C8F4", Offset = "0x1C4C8F4", Length = "0x58")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexMatchTimeoutException", Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
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 = "0x60009DE")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C4C94C", Offset = "0x1C4C94C", Length = "0x20")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexMatchTimeoutException", Member = ".ctor", MemberParameters = new object[]
28 {
29 typeof(string),
30 typeof(string),
31 typeof(global::System.TimeSpan)
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
35 public TimeoutException(string message)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x60009DF")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1C4C96C", Offset = "0x1C4C96C", Length = "0x4")]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Text.RegularExpressions.RegexMatchTimeoutException", Member = ".ctor", MemberParameters = new object[]
43 {
44 typeof(global::System.Runtime.Serialization.SerializationInfo),
45 typeof(global::System.Runtime.Serialization.StreamingContext)
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
49 {
50 typeof(global::System.Runtime.Serialization.SerializationInfo),
51 typeof(global::System.Runtime.Serialization.StreamingContext)
52 }, ReturnType = typeof(void))]
53 protected TimeoutException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
54 {
55 throw null;
56 }
57 }
58}
class f__AnonymousType0<< Count > j__TPar
TimeoutException(string message)
TimeoutException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)