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
SecurityException.cs
Go to the documentation of this file.
1using System;
9
10namespace System.Security
11{
12 [global::System.Runtime.InteropServices.ComVisible(true)]
13 [global::Cpp2ILInjected.Token(Token = "0x200029C")]
14 [global::System.Serializable]
15 public class SecurityException : global::System.SystemException
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x600171A")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1AEE550", Offset = "0x1AEE550", Length = "0x68")]
19 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::Locale), Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x600171B")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1AEE5B8", Offset = "0x1AEE5B8", Length = "0x24")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.WindowsImpersonationContext), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.IntPtr) }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Principal.WindowsImpersonationContext), Member = "Undo", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo), Member = "CheckTypeForwardedFrom", MemberParameters = new object[]
35 {
36 typeof(global::System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache),
37 typeof(global::System.Type),
38 typeof(string)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyName), Member = "GetPublicKeyToken", ReturnType = typeof(byte[]))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.AssemblyName), Member = "InternalGetPublicKeyToken", ReturnType = typeof(byte[]))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
44 public SecurityException(string message)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x600171C")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1AEE5DC", Offset = "0x1AEE5DC", Length = "0x108")]
51 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
54 {
55 typeof(global::System.Runtime.Serialization.SerializationInfo),
56 typeof(global::System.Runtime.Serialization.StreamingContext)
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetEnumerator", ReturnType = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator), Member = "MoveNext", ReturnType = typeof(bool))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator), Member = "get_Name", ReturnType = typeof(string))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(string)
65 }, ReturnType = typeof(bool))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfoEnumerator), Member = "get_Value", ReturnType = typeof(object))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
68 protected SecurityException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x600171D")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1AEE6E4", Offset = "0x1AEE6E4", Length = "0x24")]
75 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlDocument", Member = "set_XmlResolver", MemberParameters = new object[] { "System.Xml.XmlResolver" }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
79 {
80 typeof(string),
81 typeof(global::System.Exception)
82 }, ReturnType = typeof(void))]
83 public SecurityException(string message, global::System.Exception inner)
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x600171E")]
89 [global::Cpp2ILInjected.Address(RVA = "0x1AEE708", Offset = "0x1AEE708", Length = "0x104")]
90 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
93 {
94 typeof(global::System.Runtime.Serialization.SerializationInfo),
95 typeof(global::System.Runtime.Serialization.StreamingContext)
96 }, ReturnType = typeof(void))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
98 {
99 typeof(string),
100 typeof(object)
101 }, ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
103 public override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x600171F")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1AEE80C", Offset = "0x1AEE80C", Length = "0x8")]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "ToString", ReturnType = typeof(string))]
112 public override string ToString()
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x4000BB1")]
118 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
119 private string permissionState;
120 }
121}
class f__AnonymousType0<< Count > j__TPar
SecurityException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
SecurityException(string message, global::System.Exception inner)
override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)