M_Cyjb_CommonExceptions_CollectionCountDiffer - CYJB/Cyjb GitHub Wiki
返回集合长度与当前集合不同的异常。
Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static ArgumentException CollectionCountDiffer(
string? paramName = null
)
- paramName (Optional)
- Type: System.String
产生异常的参数名称。
Type: ArgumentException
ArgumentException 对象。