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

◆ ThrowOutOfMemoryException()

static void System.Buffers.ArrayBufferWriter< T >.ThrowOutOfMemoryException ( uint capacity)
inlinestaticprivate

Definition at line 104 of file ArrayBufferWriter.cs.

105 {
106 throw new OutOfMemoryException(System.SR.Format(System.SR.BufferMaximumSizeExceeded, capacity));
107 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string BufferMaximumSizeExceeded
Definition SR.cs:18
Definition SR.cs:7

References System.SR.BufferMaximumSizeExceeded, System.capacity, and System.SR.Format().

Referenced by System.Buffers.ArrayBufferWriter< T >.CheckAndResizeBuffer().