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