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

◆ BlobTooLarge()

static void System.Reflection.Throw.BlobTooLarge ( string parameterName)
inlinestaticpackage

Definition at line 159 of file Throw.cs.

160 {
161 throw new ArgumentOutOfRangeException(parameterName, System.SR.BlobTooLarge);
162 }
static string BlobTooLarge
Definition SR.cs:136
Definition SR.cs:7

References System.SR.BlobTooLarge.

Referenced by System.Reflection.Metadata.Ecma335.PermissionSetEncoder.AddPermission(), and System.Reflection.Metadata.Ecma335.PermissionSetEncoder.AddPermission().