using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.IO
{
/// The exception thrown when the internal buffer overflows.
// Token: 0x02000204 RID: 516
[Token(Token = "0x2000204")]
[Serializable]
public class InternalBufferOverflowException : SystemException
{
/// Initializes a new default instance of the class.
// Token: 0x06000D56 RID: 3414 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000D56")]
[Address(RVA = "0x29E7A90", Offset = "0x29E6890", VA = "0x1829E7A90")]
public InternalBufferOverflowException()
{
}
/// Initializes a new instance of the class with the error message to be displayed specified.
/// The message to be given for the exception.
// Token: 0x06000D57 RID: 3415 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000D57")]
[Address(RVA = "0x25C2B70", Offset = "0x25C1970", VA = "0x1825C2B70")]
public InternalBufferOverflowException(string message)
{
}
/// Initializes a new, empty instance of the class that is serializable using the specified and objects.
/// The information required to serialize the T:System.IO.InternalBufferOverflowException object.
/// The source and destination of the serialized stream associated with the T:System.IO.InternalBufferOverflowException object.
// Token: 0x06000D58 RID: 3416 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000D58")]
[Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")]
protected InternalBufferOverflowException(SerializationInfo info, StreamingContext context)
{
}
}
}