Files
2026-08-27 10:56:38 -06:00

19 lines
497 B
C#

namespace Microsoft.CodeAnalysis.Collections.Internal;
internal enum ExceptionResource
{
ArgumentOutOfRange_Index,
ArgumentOutOfRange_Count,
Arg_ArrayPlusOffTooSmall,
Arg_RankMultiDimNotSupported,
Arg_NonZeroLowerBound,
ArgumentOutOfRange_ListInsert,
ArgumentOutOfRange_NeedNonNegNum,
ArgumentOutOfRange_SmallCapacity,
Argument_InvalidOffLen,
ArgumentOutOfRange_BiggerThanCollection,
NotSupported_KeyCollectionSet,
NotSupported_ValueCollectionSet,
InvalidOperation_IComparerFailed
}