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
EncoderFallbackException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Text
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200026E")]
9 [global::System.Serializable]
10 public sealed class EncoderFallbackException : global::System.ArgumentException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60014F1")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1CB4F54", Offset = "0x1CB4F54", 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 = "0x60014F2")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1CB4ACC", Offset = "0x1CB4ACC", Length = "0x30")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EncoderExceptionFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
27 {
28 typeof(char),
29 typeof(int)
30 }, ReturnType = typeof(bool))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
33 internal EncoderFallbackException(string message, char charUnknown, int index)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x60014F3")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1CB4D4C", Offset = "0x1CB4D4C", Length = "0x1F0")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EncoderExceptionFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
42 {
43 typeof(char),
44 typeof(char),
45 typeof(int)
46 }, ReturnType = typeof(bool))]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsHighSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLowSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
52 {
53 typeof(string),
54 typeof(object),
55 typeof(object)
56 }, ReturnType = typeof(string))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
58 {
59 typeof(string),
60 typeof(string)
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
63 internal EncoderFallbackException(string message, char charUnknownHigh, char charUnknownLow, int index)
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x60014F4")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1CB4FB0", Offset = "0x1CB4FB0", Length = "0x8")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[]
72 {
73 typeof(global::System.Runtime.Serialization.SerializationInfo),
74 typeof(global::System.Runtime.Serialization.StreamingContext)
75 }, ReturnType = typeof(void))]
76 private EncoderFallbackException(global::System.Runtime.Serialization.SerializationInfo serializationInfo, global::System.Runtime.Serialization.StreamingContext streamingContext)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x4000B05")]
82 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
83 private char _charUnknown;
84
85 [global::Cpp2ILInjected.Token(Token = "0x4000B06")]
86 [global::Cpp2ILInjected.FieldOffset(Offset = "0x9A")]
87 private char _charUnknownHigh;
88
89 [global::Cpp2ILInjected.Token(Token = "0x4000B07")]
90 [global::Cpp2ILInjected.FieldOffset(Offset = "0x9C")]
91 private char _charUnknownLow;
92
93 [global::Cpp2ILInjected.Token(Token = "0x4000B08")]
94 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
95 private int _index;
96 }
97}
class f__AnonymousType0<< Count > j__TPar
EncoderFallbackException(string message, char charUnknown, int index)
EncoderFallbackException(string message, char charUnknownHigh, char charUnknownLow, int index)
EncoderFallbackException(global::System.Runtime.Serialization.SerializationInfo serializationInfo, global::System.Runtime.Serialization.StreamingContext streamingContext)