32 references to MismatchedColumnLengths
Microsoft.Data.Analysis (32)
DataFrame.BinaryOperations.cs (14)
20
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
59
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
98
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
137
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
176
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
214
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
251
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
288
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
362
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
395
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
428
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
461
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
494
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
527
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
DataFrame.cs (1)
484
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(values));
DataFrameColumnCollection.cs (2)
82
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
108
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
PrimitiveDataFrameColumn.BinaryOperationAPIs.ExplodedColumns.cs (3)
8769
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
8793
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
8817
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
PrimitiveDataFrameColumn.BinaryOperationImplementations.Exploded.cs (7)
22
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
52
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
82
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
112
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
142
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
172
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
202
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
PrimitiveDataFrameColumn.cs (2)
957
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
1284
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
StringDataFrameColumn.BinaryOperations.cs (3)
20
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));
80
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(right));
124
throw new ArgumentException(Strings.
MismatchedColumnLengths
, nameof(column));