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