a
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.IO
|
||||
{
|
||||
/// <summary>The exception thrown when the internal buffer overflows.</summary>
|
||||
// Token: 0x02000204 RID: 516
|
||||
[Token(Token = "0x2000204")]
|
||||
[Serializable]
|
||||
public class InternalBufferOverflowException : SystemException
|
||||
{
|
||||
/// <summary>Initializes a new default instance of the <see cref="T:System.IO.InternalBufferOverflowException" /> class.</summary>
|
||||
// Token: 0x06000D56 RID: 3414 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000D56")]
|
||||
[Address(RVA = "0x29E7A90", Offset = "0x29E6890", VA = "0x1829E7A90")]
|
||||
public InternalBufferOverflowException()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.IO.InternalBufferOverflowException" /> class with the error message to be displayed specified.</summary>
|
||||
/// <param name="message">The message to be given for the exception.</param>
|
||||
// Token: 0x06000D57 RID: 3415 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000D57")]
|
||||
[Address(RVA = "0x25C2B70", Offset = "0x25C1970", VA = "0x1825C2B70")]
|
||||
public InternalBufferOverflowException(string message)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new, empty instance of the <see cref="T:System.IO.InternalBufferOverflowException" /> class that is serializable using the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> and <see cref="T:System.Runtime.Serialization.StreamingContext" /> objects.</summary>
|
||||
/// <param name="info">The information required to serialize the T:System.IO.InternalBufferOverflowException object.</param>
|
||||
/// <param name="context">The source and destination of the serialized stream associated with the T:System.IO.InternalBufferOverflowException object.</param>
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user