Enum ErrorConfigurationKeyDuplicate
C#
public enum ErrorConfigurationKeyDuplicate
Fields
IgnoreError | Specifies that when a duplicate key is discovered, the error should be ignored entirely. |
ReportAndContinue | Specifies that when a duplicate key is discovered, a message should be generated, but processing should continue. |
ReportAndStop | Specifies that when a duplicate key is discovered, a message should be generated, and processing should terminate. |