[]
Initializes a new instance of the SheetView.MultipleColumnMovingException class.
public MultipleColumnMovingException(int actualMovedColumnCount, Exception innerException)
Public Sub New(actualMovedColumnCount As Integer, innerException As Exception)
Type | Name | Description |
---|---|---|
int | actualMovedColumnCount | Number of columns moved successfully before exception |
Exception | innerException | Inner exception |