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

◆ GetSeekNotSupported() [2/2]

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

Definition at line 20 of file Error.cs.

21 {
22 return new NotSupportedException(System.SR.NotSupported_UnseekableStream);
23 }
static string NotSupported_UnseekableStream
Definition SR.cs:26
Definition SR.cs:7

References System.SR.NotSupported_UnseekableStream.