36 lines
1018 B
C#
36 lines
1018 B
C#
using System;
|
|
using System.IO;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO
|
|
{
|
|
// Token: 0x02001A1E RID: 6686
|
|
[Token(Token = "0x2001A1E")]
|
|
[Serializable]
|
|
public class StreamOverflowException : IOException
|
|
{
|
|
// Token: 0x06009D3D RID: 40253 RVA: 0x00206484 File Offset: 0x00204684
|
|
[Token(Token = "0x6009D3D")]
|
|
[Address(RVA = "0x4F0D50", Offset = "0x4EFD50", VA = "0x1804F0D50")]
|
|
public StreamOverflowException()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06009D3E RID: 40254 RVA: 0x00206498 File Offset: 0x00204698
|
|
[Token(Token = "0x6009D3E")]
|
|
[Address(RVA = "0x4F0D40", Offset = "0x4EFD40", VA = "0x1804F0D40")]
|
|
public StreamOverflowException(string message)
|
|
: base(message)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06009D3F RID: 40255 RVA: 0x002064AC File Offset: 0x002046AC
|
|
[Token(Token = "0x6009D3F")]
|
|
[Address(RVA = "0x4A7900", Offset = "0x4A6900", VA = "0x1804A7900")]
|
|
public StreamOverflowException(string message, Exception exception)
|
|
: base(message, exception)
|
|
{
|
|
}
|
|
}
|
|
}
|