Indicates the behavior when the engine classes like
FileHelperEngine class found an error.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
SyntaxPublic Enumeration ErrorMode
Members
| Member name | Value | Description |
---|
| ThrowException | 0 | Default value, this simply Rethrow the original exception. |
| SaveAndContinue | 1 | Add an ErrorInfo to the array of Errors. |
| IgnoreAndContinue | 2 | Simply ignores the exception and continues |
See Also