terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
TargetInvocationException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004F3 RID: 1267
9 {
10 // Token: 0x060024D2 RID: 9426 RVA: 0x000515C4 File Offset: 0x0004F7C4
12 : base("Exception has been thrown by the target of an invocation.", inner)
13 {
14 this._HResult = 5636;
15 }
16
17 // Token: 0x060024D3 RID: 9427 RVA: 0x000515E8 File Offset: 0x0004F7E8
19 : base(message, inner)
20 {
21 this._HResult = 5636;
22 }
23
24 // Token: 0x060024D4 RID: 9428 RVA: 0x00051608 File Offset: 0x0004F808
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
TargetInvocationException(string message, Exception inner)
TargetInvocationException(SerializationInfo info, StreamingContext context)