Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AvailableFreeSpace
virtual long System.IO.IsolatedStorage.IsolatedStorage.AvailableFreeSpace
get
Definition at line
71
of file
IsolatedStorage.cs
.
72
{
73
get
74
{
75
throw
new
InvalidOperationException
(
System
.
SR
.
Format
(
System
.
SR
.
IsolatedStorage_QuotaIsUndefined
,
"AvailableFreeSpace"
));
76
}
77
}
System.SR.IsolatedStorage_QuotaIsUndefined
static string IsolatedStorage_QuotaIsUndefined
Definition
SR.cs:34
System.SR.Format
static string Format(string resourceFormat, object p1)
Definition
SR.cs:118
System.SR
Definition
SR.cs:7
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Definition
BlockingCollection.cs:8
System
IO
IsolatedStorage
IsolatedStorage
Generated by
1.10.0