Table of Contents

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

line string

Invalid line string

innerException Exception

Error with the line

Properties

Line

Line that caused the exception

public string Line { get; }

Property Value

string