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
IOException.cs
Go to the documentation of this file.
1using System;
10
11namespace System.IO
12{
13 [global::Cpp2ILInjected.Token(Token = "0x2000538")]
14 [global::System.Serializable]
15 public class IOException : global::System.SystemException
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x6002749")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1B9669C", Offset = "0x1B9669C", Length = "0x5C")]
19 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.EventWaitHandle), Member = "Reset", ReturnType = typeof(bool))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.EventWaitHandle), Member = "Set", ReturnType = typeof(bool))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileStream), Member = "ReadData", MemberParameters = new object[]
23 {
24 typeof(global::System.Runtime.InteropServices.SafeHandle),
25 typeof(byte[]),
26 typeof(int),
27 typeof(int)
28 }, ReturnType = typeof(int))]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebResponseStream.<ReadAllAsyncInner>d__47", Member = "MoveNext", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
33 public IOException()
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x600274A")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1B95A38", Offset = "0x1B95A38", Length = "0x24")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.KeyPairPersistence), Member = "get_UserPath", ReturnType = typeof(string))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.KeyPairPersistence), Member = "get_MachinePath", ReturnType = typeof(string))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TermInfoDriver), Member = "Init", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemoryStream), Member = "EnsureCapacity", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemoryStream), Member = "Seek", MemberParameters = new object[]
46 {
47 typeof(long),
49 }, ReturnType = typeof(long))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemoryStream), Member = "Write", MemberParameters = new object[]
51 {
52 typeof(byte[]),
53 typeof(int),
54 typeof(int)
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemoryStream), Member = "Write", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "Seek", MemberParameters = new object[]
58 {
59 typeof(long),
61 }, ReturnType = typeof(long))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "SetLength", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "WriteCore", MemberParameters = new object[] { typeof(global::System.ReadOnlySpan<byte>) }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "WriteByte", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileSystem), Member = "CreateDirectory", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryReader), Member = "ReadString", ReturnType = typeof(string))]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileStream), Member = "Init", MemberParameters = new object[]
68 {
70 typeof(FileAccess),
71 typeof(bool),
72 typeof(int),
73 typeof(bool),
74 typeof(bool)
75 }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileStream), Member = "Seek", MemberParameters = new object[]
77 {
78 typeof(long),
80 }, ReturnType = typeof(long))]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.AsyncProtocolRequest.<ProcessOperation>d__24", Member = "MoveNext", ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MobileAuthenticatedStream", Member = "ProcessHandshake", MemberParameters = new object[]
83 {
84 "Mono.Net.Security.AsyncOperationStatus",
85 typeof(bool)
86 }, ReturnType = "Mono.Net.Security.AsyncOperationStatus")]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequestStream", Member = "Close_internal", MemberParameters = new object[] { typeof(ref bool) }, ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = ".ctor", MemberParameters = new object[]
89 {
90 "System.Net.Sockets.Socket",
91 typeof(FileAccess),
92 typeof(bool)
93 }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Compression.DeflateStreamNative", Member = "CheckResult", MemberParameters = new object[]
95 {
96 typeof(int),
97 typeof(string)
98 }, ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "Read", MemberParameters = new object[]
100 {
101 "System.Byte[]",
102 typeof(int),
103 typeof(int)
104 }, ReturnType = typeof(int))]
105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "ReadByte", ReturnType = typeof(int))]
106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "init", ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "CheckMagicChar", MemberParameters = new object[]
108 {
109 typeof(char),
110 typeof(int)
111 }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "InitBlock", ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "EndBlock", ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "complete", ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "GetBits", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
116 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "getAndMoveToFrontDecode", ReturnType = typeof(void))]
117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "getAndMoveToFrontDecode0", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
118 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2InputStream", Member = "SetupBlock", ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.BZip2.BZip2OutputStream", Member = "Write", MemberParameters = new object[]
120 {
121 "System.Byte[]",
122 typeof(int),
123 typeof(int)
124 }, ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 33)]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
127 public IOException(string message)
128 {
129 throw null;
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x600274B")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1B966F8", Offset = "0x1B966F8", Length = "0x28")]
134 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Interop), Member = "GetExceptionForIoErrno", MemberParameters = new object[]
135 {
136 typeof(global::Interop.ErrorInfo),
137 typeof(string),
138 typeof(bool)
139 }, ReturnType = typeof(global::System.Exception))]
140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Interop), Member = "GetIOException", MemberParameters = new object[] { typeof(global::Interop.ErrorInfo) }, ReturnType = typeof(global::System.Exception))]
141 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__Error), Member = "WinIOError", MemberParameters = new object[]
142 {
143 typeof(int),
144 typeof(string)
145 }, ReturnType = typeof(void))]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MonoIO), Member = "GetException", MemberParameters = new object[] { typeof(MonoIOError) }, ReturnType = typeof(global::System.Exception))]
147 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MonoIO), Member = "GetException", MemberParameters = new object[]
148 {
149 typeof(string),
150 typeof(MonoIOError)
151 }, ReturnType = typeof(global::System.Exception))]
152 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
154 public IOException(string message, int hresult)
155 {
156 throw null;
157 }
158
159 [global::Cpp2ILInjected.Token(Token = "0x600274C")]
160 [global::Cpp2ILInjected.Address(RVA = "0x1B96720", Offset = "0x1B96720", Length = "0x24")]
161 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryReader), Member = "ReadDecimal", ReturnType = typeof(decimal))]
163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Net.Security.MobileAuthenticatedStream", Member = "GetIOException", MemberParameters = new object[]
164 {
165 typeof(global::System.Exception),
166 typeof(string)
167 }, ReturnType = typeof(global::System.Exception))]
168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.WebRequestStream.<WriteAsyncInner>d__33", Member = "MoveNext", ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Read", MemberParameters = new object[]
170 {
171 "System.Byte[]",
172 typeof(int),
173 typeof(int)
174 }, ReturnType = typeof(int))]
175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Read", MemberParameters = new object[] { "System.Span`1<Byte>" }, ReturnType = typeof(int))]
176 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Write", MemberParameters = new object[]
177 {
178 "System.Byte[]",
179 typeof(int),
180 typeof(int)
181 }, ReturnType = typeof(void))]
182 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "Write", MemberParameters = new object[] { "System.ReadOnlySpan`1<Byte>" }, ReturnType = typeof(void))]
183 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "BeginRead", MemberParameters = new object[]
184 {
185 "System.Byte[]",
186 typeof(int),
187 typeof(int),
188 typeof(global::System.AsyncCallback),
189 typeof(object)
190 }, ReturnType = typeof(global::System.IAsyncResult))]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "EndRead", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(int))]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "BeginWrite", MemberParameters = new object[]
193 {
194 "System.Byte[]",
195 typeof(int),
196 typeof(int),
197 typeof(global::System.AsyncCallback),
198 typeof(object)
199 }, ReturnType = typeof(global::System.IAsyncResult))]
200 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "EndWrite", MemberParameters = new object[] { typeof(global::System.IAsyncResult) }, ReturnType = typeof(void))]
201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "ReadAsync", MemberParameters = new object[]
202 {
203 "System.Byte[]",
204 typeof(int),
205 typeof(int),
206 typeof(global::System.Threading.CancellationToken)
207 }, ReturnType = "System.Threading.Tasks.Task`1<Int32>")]
208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "ReadAsync", MemberParameters = new object[]
209 {
210 "System.Memory`1<Byte>",
211 typeof(global::System.Threading.CancellationToken)
212 }, ReturnType = "System.Threading.Tasks.ValueTask`1<Int32>")]
213 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "WriteAsync", MemberParameters = new object[]
214 {
215 "System.Byte[]",
216 typeof(int),
217 typeof(int),
218 typeof(global::System.Threading.CancellationToken)
219 }, ReturnType = typeof(global::System.Threading.Tasks.Task))]
220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.NetworkStream", Member = "WriteAsync", MemberParameters = new object[]
221 {
222 "System.ReadOnlyMemory`1<Byte>",
223 typeof(global::System.Threading.CancellationToken)
224 }, ReturnType = typeof(global::System.Threading.Tasks.ValueTask))]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs", Member = "CreateException", MemberParameters = new object[] { "System.Net.Sockets.SocketError" }, ReturnType = typeof(global::System.Exception))]
226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.Sockets.Socket", Member = "GetException", MemberParameters = new object[]
227 {
228 "System.Net.Sockets.SocketError",
229 typeof(bool)
230 }, ReturnType = typeof(global::System.Exception))]
231 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
232 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
233 {
234 typeof(string),
235 typeof(global::System.Exception)
236 }, ReturnType = typeof(void))]
237 public IOException(string message, global::System.Exception innerException)
238 {
239 throw null;
240 }
241
242 [global::Cpp2ILInjected.Token(Token = "0x600274D")]
243 [global::Cpp2ILInjected.Address(RVA = "0x1B95A88", Offset = "0x1B95A88", Length = "0x8")]
244 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
246 {
247 typeof(global::System.Runtime.Serialization.SerializationInfo),
248 typeof(global::System.Runtime.Serialization.StreamingContext)
249 }, ReturnType = typeof(void))]
250 protected IOException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
251 {
252 throw null;
253 }
254 }
255}
class f__AnonymousType0<< Count > j__TPar
IOException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
IOException(string message, int hresult)
IOException(string message, global::System.Exception innerException)
IOException(string message)