3 references to ExceptParam
Microsoft.ML.Core (3)
ComponentModel\AssemblyLoadingUtils.cs (1)
36throw Contracts.ExceptParam(nameof(path), "File does not exist at path: {0}", path);
Utilities\HybridMemoryStream.cs (2)
53throw Contracts.ExceptParam(nameof(maxLen), "must be in range [0,{0}]", Utils.ArrayMaxSize); 73throw Contracts.ExceptParam(nameof(maxLen), "must be in range [0,{0}]", Utils.ArrayMaxSize);