Class ParseException
- Namespace
- ChartTools.IO
- Assembly
- ChartTools.dll
Exception thrown when a parse error is encountered.
public class ParseException : FormatException, ISerializable
- Inheritance
-
ParseException
- Implements
- Inherited Members
Constructors
ParseException(string?, string, Type)
Exception thrown when a parse error is encountered.
public ParseException(string? obj, string target, Type type)
Parameters
Properties
Object
Verbal description of the data being parsed
public string? Object { get; }
Property Value
Target
Verbal description of the parse destination
public string Target { get; }
Property Value
Type
Target type being parsed to
public Type Type { get; }