We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3401d7c commit a1ede65Copy full SHA for a1ede65
src/Microsoft.ML.Data/Data/SchemaDefinition.cs
@@ -28,7 +28,7 @@ public sealed class KeyTypeAttribute : Attribute
28
/// </remarks>
29
public KeyTypeAttribute()
30
{
31
-
+ throw Contracts.ExceptNotSupp("Using KeyType without the Count parameter is not supported");
32
}
33
34
/// <summary>
0 commit comments