Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetReadNotSupported() [2/2]

static Exception System.IO.Error.GetReadNotSupported ( )
inlinestaticpackage

Definition at line 15 of file Error.cs.

16 {
17 return new NotSupportedException(System.SR.NotSupported_UnreadableStream);
18 }
static string NotSupported_UnreadableStream
Definition SR.cs:32
Definition SR.cs:7

References System.SR.NotSupported_UnreadableStream.