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.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000DE RID: 222
7
[
Serializable
]
8
public
sealed
class
MulticastNotSupportedException
:
SystemException
9
{
10
// Token: 0x0600083F RID: 2111 RVA: 0x0001334C File Offset: 0x0001154C
11
public
MulticastNotSupportedException
()
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
25
internal
MulticastNotSupportedException
(
SerializationInfo
info
,
StreamingContext
context)
26
:
base
(
info
, context)
27
{
28
}
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MulticastNotSupportedException.MulticastNotSupportedException
MulticastNotSupportedException(SerializationInfo info, StreamingContext context)
Definition
MulticastNotSupportedException.cs:25
System.MulticastNotSupportedException.MulticastNotSupportedException
MulticastNotSupportedException(string message)
Definition
MulticastNotSupportedException.cs:18
System.MulticastNotSupportedException.MulticastNotSupportedException
MulticastNotSupportedException()
Definition
MulticastNotSupportedException.cs:11
System.MulticastNotSupportedException
Definition
MulticastNotSupportedException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
mscorlib
System
MulticastNotSupportedException.cs
Generated by
1.10.0