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