11 references to ExceptParam
Microsoft.ML.Core (11)
ComponentModel\LoadableClassAttribute.cs (1)
220
throw Contracts.
ExceptParam
(nameof(sigTypes), "Invalid signature parameter attributes");
Data\RoleMappedSchema.cs (1)
229
throw Contracts.
ExceptParam
(nameof(schema), $"{kvp.Value} column '{kvp.Key.Value}' not found");
Utilities\Contracts.cs (1)
537
throw
ExceptParam
(paramName, msg);
Utilities\FuncInstanceMethodInfo1`2.cs (1)
60
throw Contracts.
ExceptParam
(nameof(expression), "Unexpected expression form");
Utilities\FuncInstanceMethodInfo1`3.cs (1)
61
throw Contracts.
ExceptParam
(nameof(expression), "Unexpected expression form");
Utilities\FuncInstanceMethodInfo1`4.cs (1)
62
throw Contracts.
ExceptParam
(nameof(expression), "Unexpected expression form");
Utilities\FuncInstanceMethodInfo2`4.cs (1)
62
throw Contracts.
ExceptParam
(nameof(expression), "Unexpected expression form");
Utilities\FuncInstanceMethodInfo3`3.cs (1)
61
throw Contracts.
ExceptParam
(nameof(expression), "Unexpected expression form");
Utilities\FuncInstanceMethodInfo3`4.cs (1)
62
throw Contracts.
ExceptParam
(nameof(expression), "Unexpected expression form");
Utilities\PathUtils.cs (1)
143
throw Contracts.
ExceptParam
(nameof(folder), $"Failed to create folder for the provided path: {folder}. \nException: {exc.Message}");
Utilities\Utils.cs (1)
965
throw Contracts.
ExceptParam
(nameof(func), "Cannot be generic on return type");