[]
Initializes a new instance of the
public MultipleRowMovingException(int actualMovedRowCount, Exception innerException)
Public Sub New(actualMovedRowCount As Integer, innerException As Exception)
Type | Name | Description |
---|---|---|
int | actualMovedRowCount | Number of rows moved successfully before the exception |
Exception | innerException | Inner exception |