Click or drag to resize

ErrorMode Enumeration

Indicates the behavior when the engine classes like FileHelperEngine class found an error.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public enum ErrorMode
Members
  Member nameValueDescription
ThrowException0Default value, this simply Rethrow the original exception.
SaveAndContinue1Add an ErrorInfo to the array of Errors.
IgnoreAndContinue2Simply ignores the exception and continues
See Also