3 references to ExceptParam
Microsoft.ML.DataView (3)
Contracts.cs (1)
59throw ExceptParam(paramName, msg);
KeyDataViewType.cs (2)
51throw Contracts.ExceptParam(nameof(type), $"Type is not valid, it must be {typeof(byte).Name}, {typeof(ushort).Name}, {typeof(uint).Name}, or {typeof(ulong).Name}."); 53throw Contracts.ExceptParam(nameof(count), $"The cardinality of a {nameof(KeyDataViewType)} must not exceed {type.Name}.{nameof(uint.MaxValue)} " +