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 GetFileNotOpen()
6 {
8 }
9
14
19
24}
static Exception GetReadNotSupported()
Definition Error.cs:10
static Exception GetWriteNotSupported()
Definition Error.cs:20
static Exception GetFileNotOpen()
Definition Error.cs:5
static Exception GetSeekNotSupported()
Definition Error.cs:15
static string NotSupported_UnseekableStream
Definition SR.cs:26
static string NotSupported_UnwritableStream
Definition SR.cs:30
static string NotSupported_UnreadableStream
Definition SR.cs:32
static string ObjectDisposed_FileClosed
Definition SR.cs:28
Definition SR.cs:7