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
Win32Exception.cs
Go to the documentation of this file.
1using System;
3using System.Net;
12
14{
15 [global::Cpp2ILInjected.Token(Token = "0x2000400")]
18 {
19 [global::Cpp2ILInjected.Token(Token = "0x6001BD5")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1E899A8", Offset = "0x1E899A8", Length = "0x74")]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "get_HasExited", ReturnType = typeof(bool))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "set_PriorityClass", MemberParameters = new object[] { typeof(ProcessPriorityClass) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "GetProcessHandle", MemberParameters = new object[]
24 {
25 typeof(int),
26 typeof(bool)
27 }, ReturnType = typeof(SafeProcessHandle))]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Marshal), Member = "GetLastWin32Error", ReturnType = typeof(int))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Win32Exception), Member = "GetErrorMessage", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6001BD6")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1E89A1C", Offset = "0x1E89A1C", Length = "0x38")]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "StartWithShellExecuteEx", MemberParameters = new object[] { typeof(ProcessStartInfo) }, ReturnType = typeof(bool))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerException), Member = ".ctor", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerException), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetworkInformationException), Member = ".ctor", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Socket.AwaitableSocketAsyncEventArgs), Member = "CreateException", MemberParameters = new object[] { typeof(SocketError) }, ReturnType = typeof(Exception))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.<>c", Member = "<.cctor>b__367_5", MemberParameters = new object[] { typeof(IOAsyncResult) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.<>c", Member = "<.cctor>b__367_7", MemberParameters = new object[] { typeof(IOAsyncResult) }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.<>c", Member = "<.cctor>b__367_14", MemberParameters = new object[] { typeof(IOAsyncResult) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SocketException), Member = ".ctor", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SocketException), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SocketException), Member = ".ctor", MemberParameters = new object[] { typeof(SocketError) }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Win32Exception), Member = "GetErrorMessage", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
54 public Win32Exception(int error)
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6001BD7")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1E8A348", Offset = "0x1E8A348", Length = "0x2C")]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "StartWithCreateProcess", MemberParameters = new object[] { typeof(ProcessStartInfo) }, ReturnType = typeof(bool))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerException), Member = ".ctor", MemberParameters = new object[]
63 {
64 typeof(int),
65 typeof(string)
66 }, ReturnType = typeof(void))]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SocketException), Member = ".ctor", MemberParameters = new object[]
68 {
69 typeof(int),
70 typeof(string)
71 }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "CreateExceptionFromError", MemberParameters = new object[] { typeof(SecurityStatusPal) }, ReturnType = typeof(Win32Exception))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "AcquireCredentialsHandle", MemberParameters = new object[]
74 {
75 typeof(string),
76 typeof(bool),
78 }, ReturnType = typeof(SafeFreeCredentials))]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
81 public Win32Exception(int error, string message)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x6001BD8")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1E8A374", Offset = "0x1E8A374", Length = "0x7C")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Marshal), Member = "GetLastWin32Error", ReturnType = typeof(int))]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
92 public Win32Exception(string message)
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x6001BD9")]
98 [global::Cpp2ILInjected.Address(RVA = "0x1E8A3F0", Offset = "0x1E8A3F0", Length = "0x80")]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
100 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[]
101 {
102 typeof(string),
104 }, ReturnType = typeof(void))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Marshal), Member = "GetLastWin32Error", ReturnType = typeof(int))]
106 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
108 {
109 throw null;
110 }
111
112 [global::Cpp2ILInjected.Token(Token = "0x6001BDA")]
113 [global::Cpp2ILInjected.Address(RVA = "0x1E8A470", Offset = "0x1E8A470", Length = "0x88")]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HttpListenerException), Member = ".ctor", MemberParameters = new object[]
115 {
118 }, ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetworkInformationException), Member = ".ctor", MemberParameters = new object[]
120 {
123 }, ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SocketException), Member = ".ctor", MemberParameters = new object[]
125 {
128 }, ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[]
131 {
134 }, ReturnType = typeof(void))]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationInfo), Member = "GetInt32", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
136 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
138 {
139 throw null;
140 }
141
142 [global::Cpp2ILInjected.Token(Token = "0x17000637")]
143 public int NativeErrorCode
144 {
145 [global::Cpp2ILInjected.Token(Token = "0x6001BDB")]
146 [global::Cpp2ILInjected.Address(RVA = "0x1E8A4F8", Offset = "0x1E8A4F8", Length = "0x8")]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
148 get
149 {
150 throw null;
151 }
152 }
153
154 [global::Cpp2ILInjected.Token(Token = "0x6001BDC")]
155 [global::Cpp2ILInjected.Address(RVA = "0x1E8A500", Offset = "0x1E8A500", Length = "0xC8")]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationInfo), Member = "AddValue", MemberParameters = new object[]
158 {
159 typeof(string),
160 typeof(int)
161 }, ReturnType = typeof(void))]
162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = "GetObjectData", MemberParameters = new object[]
163 {
166 }, ReturnType = typeof(void))]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
168 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
170 {
171 throw null;
172 }
173
174 [global::Cpp2ILInjected.Token(Token = "0x6001BDD")]
175 [global::Cpp2ILInjected.Address(RVA = "0x1E89A54", Offset = "0x1E89A54", Length = "0x8F4")]
176 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Process), Member = "StartWithCreateProcess", MemberParameters = new object[] { typeof(ProcessStartInfo) }, ReturnType = typeof(bool))]
178 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Win32Exception), Member = ".ctor", ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Win32Exception), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
180 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
182 {
183 typeof(string),
184 typeof(object)
185 }, ReturnType = typeof(string))]
186 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 86)]
187 internal static string GetErrorMessage(int error)
188 {
189 throw null;
190 }
191
192 [global::Cpp2ILInjected.Token(Token = "0x4001378")]
193 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8C")]
195 }
196}
class f__AnonymousType0<< Count > j__TPar
Win32Exception(int error, string message)
static string GetErrorMessage(int error)
Win32Exception(string message, Exception innerException)
override void GetObjectData(SerializationInfo info, StreamingContext context)
Win32Exception(SerializationInfo info, StreamingContext context)