2 references to ExceptSchemaMismatch
Microsoft.ML.Transforms (2)
CustomMappingTransformer.cs (1)
263
throw Contracts.
ExceptSchemaMismatch
(nameof(inputSchema), "input", col.ColumnName);
StatefulCustomMappingTransformer.cs (1)
396
throw Contracts.
ExceptSchemaMismatch
(nameof(inputSchema), "input", col.ColumnName);