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

◆ ValueOverflow()

static void System.Reflection.Throw.ValueOverflow ( )
inlinestaticpackage

Definition at line 278 of file Throw.cs.

279 {
280 throw new BadImageFormatException(System.SR.ValueTooLarge);
281 }
static string ValueTooLarge
Definition SR.cs:134
Definition SR.cs:7

References System.SR.ValueTooLarge.

Referenced by System.Reflection.Metadata.Ecma335.LocalScopeTableReader.GetEndOffset(), and System.Reflection.Internal.MemoryBlock.PeekInt32().