Click or drag to resize

FileHelpersException Constructor (String, Exception)

Basic constructor of the exception.

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

Parameters

message
Type: SystemString
Message of the exception.
innerEx
Type: SystemException
The inner Exception.
See Also