FileHelpersException Constructor (String) |
Basic constructor of the exception.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FileHelpersException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
Message of the exception.
See Also