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

◆ ImageTooSmall()

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

Definition at line 229 of file Throw.cs.

230 {
231 throw new BadImageFormatException(System.SR.ImageTooSmall);
232 }
static string ImageTooSmall
Definition SR.cs:14
Definition SR.cs:7

References System.SR.ImageTooSmall.

Referenced by System.Reflection.PortableExecutable.PEBinaryReader.CheckBounds().