Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CheckCreationOptions()

static void System.Threading.Tasks.TaskFactory< TResult >.CheckCreationOptions ( TaskCreationOptions creationOptions)
inlinestaticpackage

Definition at line 1067 of file TaskFactory.cs.

1068 {
1069 if (((uint)creationOptions & 0xFFFFFFA0u) != 0)
1070 {
1071 ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.creationOptions);
1072 }
1073 }

References System.creationOptions, and System.ThrowHelper.ThrowArgumentOutOfRangeException().

Referenced by System.Threading.Tasks.TaskFactory< TResult >.TaskFactory().