Click or drag to resize

ErrorManager Constructor (ErrorMode)

Initializes a new instance of the ErrorManager class. with the specified ErrorMode.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public ErrorManager(
	ErrorMode mode
)

Parameters

mode
Type: FileHelpersErrorMode
Indicates the error behavior of the class.
See Also