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
MulticastNotSupportedException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000DE RID: 222
9 {
10 // Token: 0x0600083F RID: 2111 RVA: 0x0001334C File Offset: 0x0001154C
12 : base("Attempted to add multiple callbacks to a delegate that does not support multicast.")
13 {
14 this._HResult = 5396;
15 }
16
17 // Token: 0x06000840 RID: 2112 RVA: 0x00013370 File Offset: 0x00011570
18 public MulticastNotSupportedException(string message)
19 : base(message)
20 {
21 this._HResult = 5396;
22 }
23
24 // Token: 0x06000841 RID: 2113 RVA: 0x00013390 File Offset: 0x00011590
29 }
30}
class f__AnonymousType0<< Count > j__TPar
MulticastNotSupportedException(SerializationInfo info, StreamingContext context)