Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InternalBufferOverflowException.cs
Go to the documentation of this file.
3
4namespace System.IO;
5
7[TypeForwardedFrom("System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
9{
11 {
12 base.HResult = -2146232059;
13 }
14
15 public InternalBufferOverflowException(string? message)
16 : base(message)
17 {
18 base.HResult = -2146232059;
19 }
20
21 public InternalBufferOverflowException(string? message, Exception? inner)
22 : base(message, inner)
23 {
24 base.HResult = -2146232059;
25 }
26
31}
InternalBufferOverflowException(string? message, Exception? inner)
InternalBufferOverflowException(SerializationInfo info, StreamingContext context)