Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UsedSize
virtual long System.IO.IsolatedStorage.IsolatedStorage.UsedSize
get
Definition at line
63
of file
IsolatedStorage.cs
.
64
{
65
get
66
{
67
throw
new
InvalidOperationException
(
System
.
SR
.
Format
(
System
.
SR
.
IsolatedStorage_QuotaIsUndefined
,
"UsedSize"
));
68
}
69
}
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