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

◆ SafeFileHandle

override SafeFileHandle System.IO.IsolatedStorage.IsolatedStorageFileStream.SafeFileHandle
get

Definition at line 52 of file IsolatedStorageFileStream.cs.

53 {
54 get
55 {
56 throw new IsolatedStorageException(System.SR.IsolatedStorage_Operation_ISFS);
57 }
58 }
static string IsolatedStorage_Operation_ISFS
Definition SR.cs:16
Definition SR.cs:7