2 references to ArrayTypeMismatchException
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
483
throw new
ArrayTypeMismatchException
(SR.ArrayTypeMismatch_ConstrainedCopy);
494
throw new
ArrayTypeMismatchException
(SR.ArrayTypeMismatch_CantAssignType);