InsertSetErrorAction Enumeration

Specifies the action to be performed when an error is encountered during insertion of a set (with IMinute.InsertSetAtRow).
Fields
 
Name Value Description
Cancel 0 Cancel the insertion and report the error (as an exception).
Continue 1 Ignore the error and continue inserting the set.
Prompt 2 Display the prompt dialog where the user can select the action.

In this article

Definition