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: 0x020003C8 RID: 968
[Token(Token = "0x20003C8")]
[ComVisible(true)]
[Serializable]
public class VerificationException : SystemException
{
/// Initializes a new instance of the class with default properties.
// Token: 0x06002296 RID: 8854 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002296")]
[Address(RVA = "0x8A3370", Offset = "0x8A2370", VA = "0x1808A3370")]
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: 0x06002297 RID: 8855 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002297")]
[Address(RVA = "0x7241B0", Offset = "0x7231B0", VA = "0x1807241B0")]
protected VerificationException(SerializationInfo info, StreamingContext context)
{
}
}
}