Class LineException
- Namespace
- ChartTools.IO
- Assembly
- ChartTools.dll
Exception thrown when a line of a text file cannot be parsed correctly.
public class LineException : FormatException, ISerializable
- Inheritance
-
LineException
- Implements
- Inherited Members
Constructors
LineException(string, Exception)
Exception thrown when a line of a text file cannot be parsed correctly.
public LineException(string line, Exception innerException)
Parameters
Properties
Line
Line that caused the exception
public string Line { get; }