Click or drag to resize

FileHelpersException Class

Base class for all the library Exceptions.
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[SerializableAttribute]
public class FileHelpersException : Exception
Constructors
  NameDescription
Public methodFileHelpersException(String)
Basic constructor of the exception.
Public methodFileHelpersException(String, Exception)
Basic constructor of the exception.
Public methodFileHelpersException(Int32, Int32, String)
Basic constructor of the exception.
Top
See Also