2 references to ArrayTypeMismatchException
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
77throw new ArrayTypeMismatchException(SR.ArrayTypeMismatch_CantAssignType);
src\System\Array.CoreCLR.cs (1)
86throw new ArrayTypeMismatchException(SR.ArrayTypeMismatch_ConstrainedCopy);