"Invalid Casts"
var a = (int[]) uintArray; var b = (List<int>) uintList;
Code snippet taken from
"Postmortems - Tale of Two Casts"
.