a
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System
|
||||
{
|
||||
/// <summary>The exception that is thrown when there is an attempt to combine two delegates based on the <see cref="T:System.Delegate" /> type instead of the <see cref="T:System.MulticastDelegate" /> type. This class cannot be inherited.</summary>
|
||||
// Token: 0x0200011C RID: 284
|
||||
[Token(Token = "0x200011C")]
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public sealed class MulticastNotSupportedException : SystemException
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.MulticastNotSupportedException" /> class.</summary>
|
||||
// Token: 0x06000A6A RID: 2666 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000A6A")]
|
||||
[Address(RVA = "0x2602640", Offset = "0x2601440", VA = "0x182602640")]
|
||||
public MulticastNotSupportedException()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.MulticastNotSupportedException" /> class with a specified error message.</summary>
|
||||
/// <param name="message">The message that describes the error.</param>
|
||||
// Token: 0x06000A6B RID: 2667 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000A6B")]
|
||||
[Address(RVA = "0x26026A0", Offset = "0x26014A0", VA = "0x1826026A0")]
|
||||
public MulticastNotSupportedException(string message)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000A6C RID: 2668 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000A6C")]
|
||||
[Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")]
|
||||
internal MulticastNotSupportedException(SerializationInfo info, StreamingContext context)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user