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)
682throw new BadImageFormatException(SR.Arg_CustomAttributeFormatException); 734throw new BadImageFormatException(SR.Arg_CustomAttributeFormatException); 745throw new BadImageFormatException(SR.Arg_CustomAttributeFormatException);