Click or drag to resize

FileHelpersException Constructor (String)

Basic constructor of the exception.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FileHelpersException(
	string message
)

Parameters

message
Type: SystemString
Message of the exception.
See Also