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
DecoderFallbackException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Text
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000263")]
9 [global::System.Serializable]
10 public sealed class DecoderFallbackException : global::System.ArgumentException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600149F")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1CB2434", Offset = "0x1CB2434", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60014A0")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1CB2404", Offset = "0x1CB2404", Length = "0x30")]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DecoderExceptionFallbackBuffer), Member = "Throw", MemberParameters = new object[]
26 {
27 typeof(byte[]),
28 typeof(int)
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 public DecoderFallbackException(string message, byte[] bytesUnknown, int index)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x60014A1")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CB2490", Offset = "0x1CB2490", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
41 {
42 typeof(global::System.Runtime.Serialization.SerializationInfo),
43 typeof(global::System.Runtime.Serialization.StreamingContext)
44 }, ReturnType = typeof(void))]
45 private DecoderFallbackException(global::System.Runtime.Serialization.SerializationInfo serializationInfo, global::System.Runtime.Serialization.StreamingContext streamingContext)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x4000AEE")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
52 private byte[] _bytesUnknown;
53
54 [global::Cpp2ILInjected.Token(Token = "0x4000AEF")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
56 private int _index;
57 }
58}
class f__AnonymousType0<< Count > j__TPar
DecoderFallbackException(string message, byte[] bytesUnknown, int index)
DecoderFallbackException(global::System.Runtime.Serialization.SerializationInfo serializationInfo, global::System.Runtime.Serialization.StreamingContext streamingContext)