Table of Contents

Class ParseException

Namespace
ChartTools.IO
Assembly
ChartTools.dll
public class ParseException : FormatException, ISerializable
Inheritance
ParseException
Implements
Inherited Members
Extension Methods

Constructors

ParseException(string?, string, Type)

public ParseException(string? obj, string target, Type type)

Parameters

obj string
target string
type Type

Properties

Object

public string? Object { get; }

Property Value

string

Target

public string Target { get; }

Property Value

string

Type

public Type Type { get; }

Property Value

Type