5 references to Arg_CustomAttributeFormatException
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeFormatException.cs (2)
15
: this(SR.
Arg_CustomAttributeFormatException
)
25
: base(message ?? SR.
Arg_CustomAttributeFormatException
, inner)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
681
throw new BadImageFormatException(SR.
Arg_CustomAttributeFormatException
);
733
throw new BadImageFormatException(SR.
Arg_CustomAttributeFormatException
);
744
throw new BadImageFormatException(SR.
Arg_CustomAttributeFormatException
);