Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Error.cs
Go to the documentation of this file.
1namespace System.IO;
2
3internal static class Error
4{
5 internal static Exception GetEndOfFile()
6 {
8 }
9
10 internal static Exception GetPipeNotOpen()
11 {
13 }
14
19
24
29
34}
static Exception GetReadNotSupported()
Definition Error.cs:15
static Exception GetWriteNotSupported()
Definition Error.cs:25
static Exception GetEndOfFile()
Definition Error.cs:5
static Exception GetOperationAborted()
Definition Error.cs:30
static Exception GetSeekNotSupported()
Definition Error.cs:20
static Exception GetPipeNotOpen()
Definition Error.cs:10
static string IO_EOF_ReadBeyondEOF
Definition SR.cs:56
static string ObjectDisposed_PipeClosed
Definition SR.cs:94
static string NotSupported_UnseekableStream
Definition SR.cs:26
static string NotSupported_UnwritableStream
Definition SR.cs:30
static string IO_OperationAborted_Unexpected
Definition SR.cs:68
static string NotSupported_UnreadableStream
Definition SR.cs:32
Definition SR.cs:7