Table of Contents

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

obj string
target string
type Type

Properties

Object

Verbal description of the data being parsed

public string? Object { get; }

Property Value

string

Target

Verbal description of the parse destination

public string Target { get; }

Property Value

string

Type

Target type being parsed to

public Type Type { get; }

Property Value

Type