2 references to Argument_ShouldNotSpecifyExceptionType
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
347
throw new ArgumentException(SR.
Argument_ShouldNotSpecifyExceptionType
);
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
1023
throw new ArgumentException(SR.
Argument_ShouldNotSpecifyExceptionType
);