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