2 references to Argument_UnknownNamedType
System.Reflection.Emit (2)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
88throw new ArgumentException(SR.Format(SR.Argument_UnknownNamedType, ctor.DeclaringType, namedType), nameof(binaryAttribute));
System\Reflection\Emit\TypeBuilderImpl.cs (1)
552throw new ArgumentException(SR.Format(SR.Argument_UnknownNamedType, con.DeclaringType, name), nameof(binaryAttribute));