22 lines
554 B
C#
22 lines
554 B
C#
using System;
|
|
using System.IO;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
|
|
{
|
|
// Token: 0x0200159C RID: 5532
|
|
[Token(Token = "0x200159C")]
|
|
[StructLayout(3)]
|
|
public class TlsException : IOException
|
|
{
|
|
// Token: 0x06009308 RID: 37640 RVA: 0x0020973C File Offset: 0x0020793C
|
|
[Token(Token = "0x6009308")]
|
|
[Address(RVA = "0x47A3B0", Offset = "0x478DB0", VA = "0x18047A3B0")]
|
|
public TlsException(string message, Exception cause)
|
|
: base(message, cause)
|
|
{
|
|
}
|
|
}
|
|
}
|