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

◆ GetWriteNotSupported() [2/2]

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

Definition at line 25 of file Error.cs.

26 {
27 return new NotSupportedException(System.SR.NotSupported_UnwritableStream);
28 }
static string NotSupported_UnwritableStream
Definition SR.cs:30
Definition SR.cs:7

References System.SR.NotSupported_UnwritableStream.