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
DirectoryNotFoundException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.IO
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200052F")]
9 [global::System.Serializable]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600272C")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B959DC", Offset = "0x1B959DC", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), 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 = "0x600272D")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1B95A5C", Offset = "0x1B95A5C", Length = "0x24")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Interop), Member = "GetExceptionForIoErrno", MemberParameters = new object[]
27 {
28 typeof(global::Interop.ErrorInfo),
29 typeof(string),
30 typeof(bool)
31 }, ReturnType = typeof(global::System.Exception))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__Error), Member = "WinIOError", MemberParameters = new object[]
33 {
34 typeof(int),
35 typeof(string)
36 }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileStream), Member = ".ctor", MemberParameters = new object[]
38 {
39 typeof(string),
41 typeof(FileAccess),
43 typeof(int),
44 typeof(bool),
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MonoIO), Member = "GetException", MemberParameters = new object[]
48 {
49 typeof(string),
51 }, ReturnType = typeof(global::System.Exception))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
54 public DirectoryNotFoundException(string message)
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x600272E")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1B95A80", Offset = "0x1B95A80", Length = "0x8")]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
63 {
64 typeof(global::System.Runtime.Serialization.SerializationInfo),
65 typeof(global::System.Runtime.Serialization.StreamingContext)
66 }, ReturnType = typeof(void))]
67 protected DirectoryNotFoundException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
68 {
69 throw null;
70 }
71 }
72}
class f__AnonymousType0<< Count > j__TPar
DirectoryNotFoundException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)