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

◆ GetUserStoreForSite()

static IsolatedStorageFile System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForSite ( )
inlinestatic

Definition at line 485 of file IsolatedStorageFile.cs.

486 {
487 throw new NotSupportedException(System.SR.IsolatedStorage_NotValidOnDesktop);
488 }
static string IsolatedStorage_NotValidOnDesktop
Definition SR.cs:36
Definition SR.cs:7

References System.SR.IsolatedStorage_NotValidOnDesktop.