I want to stay on a row in the table until all validations are OK.
For this I use RowChanging event of DataTable and throw an exception if
validation is not OK.
If I throw an exception without catching, the program ends.
If I throw an exception and catch this exception the messagebox with error
is show and then position changes.
How to stop moving to another position ?

Thank you