using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Resources
{
/// The exception that is thrown if the main assembly does not contain the resources for the neutral culture, and an appropriate satellite assembly is missing.
// Token: 0x020001F2 RID: 498
[Token(Token = "0x20001F2")]
[ComVisible(true)]
[Serializable]
public class MissingManifestResourceException : SystemException
{
/// Initializes a new instance of the class with default properties.
// Token: 0x0600132E RID: 4910 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600132E")]
[Address(RVA = "0x294F8B0", Offset = "0x294E6B0", VA = "0x18294F8B0")]
public MissingManifestResourceException()
{
}
/// Initializes a new instance of the class with the specified error message.
/// The error message that explains the reason for the exception.
// Token: 0x0600132F RID: 4911 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600132F")]
[Address(RVA = "0x294F880", Offset = "0x294E680", VA = "0x18294F880")]
public MissingManifestResourceException(string message)
{
}
/// Initializes a new instance of the class from serialized data.
/// The object that holds the serialized object data.
/// The contextual information about the source or destination of the exception.
// Token: 0x06001330 RID: 4912 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001330")]
[Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")]
protected MissingManifestResourceException(SerializationInfo info, StreamingContext context)
{
}
}
}