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
UnauthorizedAccessException.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000117")]
10 [global::System.Serializable]
11 public class UnauthorizedAccessException : global::System.SystemException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000B01")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C52FA4", Offset = "0x1C52FA4", Length = "0x58")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6000B02")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C52FFC", Offset = "0x1C52FFC", Length = "0x20")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MemoryStream), Member = "GetBuffer", ReturnType = typeof(byte[]))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.__Error), Member = "WinIOError", MemberParameters = new object[]
29 {
30 typeof(int),
31 typeof(string)
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.FileStream), Member = ".ctor", MemberParameters = new object[]
34 {
35 typeof(string),
36 typeof(global::System.IO.FileMode),
37 typeof(global::System.IO.FileAccess),
38 typeof(global::System.IO.FileShare),
39 typeof(int),
40 typeof(bool),
41 typeof(global::System.IO.FileOptions)
42 }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MonoIO), Member = "GetException", MemberParameters = new object[] { typeof(global::System.IO.MonoIOError) }, ReturnType = typeof(global::System.Exception))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.MonoIO), Member = "GetException", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(global::System.IO.MonoIOError)
48 }, ReturnType = typeof(global::System.Exception))]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
51 public UnauthorizedAccessException(string message)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6000B03")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1C5301C", Offset = "0x1C5301C", Length = "0x20")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::Interop), Member = "GetExceptionForIoErrno", MemberParameters = new object[]
60 {
61 typeof(global::Interop.ErrorInfo),
62 typeof(string),
63 typeof(bool)
64 }, ReturnType = typeof(global::System.Exception))]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
67 {
68 typeof(string),
69 typeof(global::System.Exception)
70 }, ReturnType = typeof(void))]
71 public UnauthorizedAccessException(string message, global::System.Exception inner)
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6000B04")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1C5303C", Offset = "0x1C5303C", Length = "0x4")]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
80 {
81 typeof(global::System.Runtime.Serialization.SerializationInfo),
82 typeof(global::System.Runtime.Serialization.StreamingContext)
83 }, ReturnType = typeof(void))]
84 protected UnauthorizedAccessException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
85 {
86 throw null;
87 }
88 }
89}
class f__AnonymousType0<< Count > j__TPar
UnauthorizedAccessException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
UnauthorizedAccessException(string message, global::System.Exception inner)