using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Security
{
/// The exception that is thrown when the security policy requires code to be type safe and the verification process is unable to verify that the code is type safe.
// Token: 0x020003AC RID: 940
[Token(Token = "0x20003AC")]
[ComVisible(true)]
[Serializable]
public class VerificationException : SystemException
{
/// Initializes a new instance of the class with default properties.
// Token: 0x0600208A RID: 8330 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600208A")]
[Address(RVA = "0x2228EB0", Offset = "0x2227CB0", VA = "0x182228EB0")]
public VerificationException()
{
}
/// Initializes a new instance of the class with serialized data.
/// The object that holds the serialized object data.
/// The contextual information about the source or destination.
// Token: 0x0600208B RID: 8331 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600208B")]
[Address(RVA = "0x2C450C0", Offset = "0x2C43EC0", VA = "0x182C450C0")]
protected VerificationException(SerializationInfo info, StreamingContext context)
{
}
}
}