Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OperationCanceledException()
[6/7]
System.OperationCanceledException.OperationCanceledException
(
string
?
message
,
Exception
?
innerException
,
CancellationToken
token
)
inline
Definition at line
56
of file
OperationCanceledException.cs
.
57
:
this
(message,
innerException
)
58
{
59
CancellationToken
= token;
60
}
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Threading.CancellationToken
Definition
CancellationToken.cs:8
System
OperationCanceledException
Generated by
1.10.0