using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Reflection
{
/// 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.
// Token: 0x0200020B RID: 523
[Token(Token = "0x200020B")]
[ComVisible(true)]
[Serializable]
public sealed class AmbiguousMatchException : SystemException
{
/// Initializes a new instance of the class with an empty message string and the root cause exception set to .
// Token: 0x060013F3 RID: 5107 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60013F3")]
[Address(RVA = "0x2D640E0", Offset = "0x2D630E0", VA = "0x182D640E0")]
public AmbiguousMatchException()
{
}
/// Initializes a new instance of the class with its message string set to the given message and the root cause exception set to .
/// A string indicating the reason this exception was thrown.
// 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)
{
}
}
}