6 instantiations of RankException
mscorlib (6)
system\array.cs (5)
921
throw new
RankException
(Environment.GetResourceString("Rank_MultiDimNotSupported"));
1319
throw new
RankException
(Environment.GetResourceString("Rank_MultiDimNotSupported"));
1471
throw new
RankException
(Environment.GetResourceString("Rank_MultiDimNotSupported"));
1602
throw new
RankException
(Environment.GetResourceString("Rank_MultiDimNotSupported"));
1739
throw new
RankException
(Environment.GetResourceString("Rank_MultiDimNotSupported"));
system\security\accesscontrol\acl.cs (1)
180
throw new
RankException
( Environment.GetResourceString( "Rank_MultiDimNotSupported" ));
4 references to RankException
System (1)
sys\system\collections\concurrent\BlockingCollection.cs (1)
1638
catch (
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>