6 instantiations of RankException
mscorlib (6)
system\array.cs (5)
921throw new RankException(Environment.GetResourceString("Rank_MultiDimNotSupported")); 1319throw new RankException(Environment.GetResourceString("Rank_MultiDimNotSupported")); 1471throw new RankException(Environment.GetResourceString("Rank_MultiDimNotSupported")); 1602throw new RankException(Environment.GetResourceString("Rank_MultiDimNotSupported")); 1739throw new RankException(Environment.GetResourceString("Rank_MultiDimNotSupported"));
system\security\accesscontrol\acl.cs (1)
180throw new RankException( Environment.GetResourceString( "Rank_MultiDimNotSupported" ));
4 references to RankException
System (1)
sys\system\collections\concurrent\BlockingCollection.cs (1)
1638catch (RankException)
System.Numerics (3)
System\Numerics\Vector2_Intrinsics.cs (1)
60/// <exception cref="RankException">If array is multidimensional.</exception>
System\Numerics\Vector3_Intrinsics.cs (1)
73/// <exception cref="RankException">If array is multidimensional.</exception>
System\Numerics\Vector4_Intrinsics.cs (1)
101/// <exception cref="RankException">If array is multidimensional.</exception>