m
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Reflection
|
||||
{
|
||||
/// <summary>The exception that is thrown when binding to a member results in more than one member matching the binding criteria. This class cannot be inherited.</summary>
|
||||
// Token: 0x0200020B RID: 523
|
||||
[Token(Token = "0x200020B")]
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public sealed class AmbiguousMatchException : SystemException
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Reflection.AmbiguousMatchException" /> class with an empty message string and the root cause exception set to <see langword="null" />.</summary>
|
||||
// Token: 0x060013F3 RID: 5107 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60013F3")]
|
||||
[Address(RVA = "0x2D640E0", Offset = "0x2D630E0", VA = "0x182D640E0")]
|
||||
public AmbiguousMatchException()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Reflection.AmbiguousMatchException" /> class with its message string set to the given message and the root cause exception set to <see langword="null" />.</summary>
|
||||
/// <param name="message">A string indicating the reason this exception was thrown.</param>
|
||||
// Token: 0x060013F4 RID: 5108 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60013F4")]
|
||||
[Address(RVA = "0x2D640B0", Offset = "0x2D630B0", VA = "0x182D640B0")]
|
||||
public AmbiguousMatchException(string message)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060013F5 RID: 5109 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60013F5")]
|
||||
[Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")]
|
||||
internal AmbiguousMatchException(SerializationInfo info, StreamingContext context)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user