Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InternalBufferOverflowException.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.IO
;
5
6
[
Serializable
]
7
[
TypeForwardedFrom
(
"System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
8
public
class
InternalBufferOverflowException
:
SystemException
9
{
10
public
InternalBufferOverflowException
()
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
27
protected
InternalBufferOverflowException
(
SerializationInfo
info
,
StreamingContext
context)
28
:
base
(
info
, context)
29
{
30
}
31
}
System.Exception
Definition
Exception.cs:15
System.IO.InternalBufferOverflowException.InternalBufferOverflowException
InternalBufferOverflowException(string? message)
Definition
InternalBufferOverflowException.cs:15
System.IO.InternalBufferOverflowException.InternalBufferOverflowException
InternalBufferOverflowException()
Definition
InternalBufferOverflowException.cs:10
System.IO.InternalBufferOverflowException.InternalBufferOverflowException
InternalBufferOverflowException(string? message, Exception? inner)
Definition
InternalBufferOverflowException.cs:21
System.IO.InternalBufferOverflowException.InternalBufferOverflowException
InternalBufferOverflowException(SerializationInfo info, StreamingContext context)
Definition
InternalBufferOverflowException.cs:27
System.IO.InternalBufferOverflowException
Definition
InternalBufferOverflowException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.SystemException
Definition
SystemException.cs:9
System.Data.IsolationLevel.Serializable
@ Serializable
System.IO
Definition
ConsoleStream.cs:3
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.IO.FileSystem.Watcher
System.IO
InternalBufferOverflowException.cs
Generated by
1.10.0