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
InvalidAsynchronousStateException.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000390")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60017C0")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E4D790", Offset = "0x1E4D790", Length = "0xC")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60017C1")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1E4D79C", Offset = "0x1E4D79C", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
25 public InvalidAsynchronousStateException(string message)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x60017C2")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1E4D7A4", Offset = "0x1E4D7A4", Length = "0x8")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
34 {
35 typeof(string),
37 }, ReturnType = typeof(void))]
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x60017C3")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1E4D7AC", Offset = "0x1E4D7AC", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
47 {
50 }, ReturnType = typeof(void))]
52 {
53 throw null;
54 }
55 }
56}
class f__AnonymousType0<< Count > j__TPar
InvalidAsynchronousStateException(string message, Exception innerException)
InvalidAsynchronousStateException(SerializationInfo info, StreamingContext context)