m
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Security
|
||||
{
|
||||
/// <summary>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.</summary>
|
||||
// Token: 0x020003C8 RID: 968
|
||||
[Token(Token = "0x20003C8")]
|
||||
[ComVisible(true)]
|
||||
[Serializable]
|
||||
public class VerificationException : SystemException
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Security.VerificationException" /> class with default properties.</summary>
|
||||
// Token: 0x06002296 RID: 8854 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6002296")]
|
||||
[Address(RVA = "0x8A3370", Offset = "0x8A2370", VA = "0x1808A3370")]
|
||||
public VerificationException()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Security.VerificationException" /> class with serialized data.</summary>
|
||||
/// <param name="info">The object that holds the serialized object data.</param>
|
||||
/// <param name="context">The contextual information about the source or destination.</param>
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user