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
AuthenticationException.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20000E4")]
10 [Serializable]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600053B")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1ECC778", Offset = "0x1ECC778", Length = "0x58")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "Locale", Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(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 = "0x600053C")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1ECC7D0", Offset = "0x1ECC7D0", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MobileAuthenticatedStream), Member = "GetSSPIException", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(Exception))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
29 {
30 typeof(string),
32 }, ReturnType = typeof(void))]
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x600053D")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1ECC7D8", Offset = "0x1ECC7D8", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemException), Member = ".ctor", MemberParameters = new object[]
42 {
45 }, ReturnType = typeof(void))]
50 }
51}
class f__AnonymousType0<< Count > j__TPar
AuthenticationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
AuthenticationException(string message, Exception innerException)