Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetWriteNotSupported()
[2/2]
static
Exception
System.IO.Error.GetWriteNotSupported
(
)
inline
static
package
Definition at line
25
of file
Error.cs
.
26
{
27
return
new
NotSupportedException(
System
.
SR
.
NotSupported_UnwritableStream
);
28
}
System.SR.NotSupported_UnwritableStream
static string NotSupported_UnwritableStream
Definition
SR.cs:30
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
References
System.SR.NotSupported_UnwritableStream
.
System
IO
Error
Generated by
1.10.0