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

◆ CreateObjectDisposedException_ArrayMemoryPoolBuffer()

static Exception System.ThrowHelper.CreateObjectDisposedException_ArrayMemoryPoolBuffer ( )
inlinestaticprivate

Definition at line 88 of file ThrowHelper.cs.

89 {
90 return new ObjectDisposedException("ArrayMemoryPoolBuffer");
91 }

Referenced by System.ThrowHelper.ThrowObjectDisposedException_ArrayMemoryPoolBuffer().