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

◆ ThrowObjectDisposedException()

static void System.ThrowHelper.ThrowObjectDisposedException ( ExceptionResource resource)
inlinestaticpackage

Definition at line 300 of file ThrowHelper.cs.

301 {
302 throw new ObjectDisposedException(null, GetResourceString(resource));
303 }
static string GetResourceString(ExceptionResource resource)

References System.ThrowHelper.GetResourceString().

Referenced by System.Threading.CancellationTokenSource.ThrowIfDisposed().