Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ThrowArgumentException()
[12/12]
static void System.Threading.Tasks.TaskToApm.ThrowArgumentException
(
IAsyncResult
asyncResult
)
inline
static
private
Definition at line
77
of file
TaskToApm.cs
.
78
{
79
throw
(
asyncResult
==
null
) ?
new
ArgumentNullException(
"asyncResult"
) : new
ArgumentException
(null,
"asyncResult"
);
80
}
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.asyncResult
@ asyncResult
References
System.asyncResult
.
System
Threading
Tasks
TaskToApm
Generated by
1.10.0