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

◆ ThrowAsyncIOInProgress()

static void System.IO.StreamReader.ThrowAsyncIOInProgress ( )
inlinestaticprivateinherited

Definition at line 111 of file StreamReader.cs.

112 {
113 throw new InvalidOperationException(SR.InvalidOperation_AsyncIOInProgress);
114 }

References System.SR.InvalidOperation_AsyncIOInProgress.

Referenced by System.IO.StreamReader.CheckAsyncTaskInProgress().