Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Quota
virtual long System.IO.IsolatedStorage.IsolatedStorage.Quota
get
Definition at line
93
of file
IsolatedStorage.cs
.
94
{
95
get
96
{
97
if
(
_validQuota
)
98
{
99
return
(
long
)
_quota
;
100
}
101
throw
new
InvalidOperationException
(
System
.
SR
.
Format
(
System
.
SR
.
IsolatedStorage_QuotaIsUndefined
,
"Quota"
));
102
}
103
}
System.IO.IsolatedStorage.IsolatedStorage._validQuota
bool _validQuota
Definition
IsolatedStorage.cs:9
System.IO.IsolatedStorage.IsolatedStorage._quota
ulong _quota
Definition
IsolatedStorage.cs:7
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