Table of Contents

Class SectionException

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

Constructors

SectionException(string, Exception)

public SectionException(string header, Exception innerException)

Parameters

header string
innerException Exception

Properties

Header

public string Header { get; }

Property Value

string

Methods

EarlyEnd(string)

public static SectionException EarlyEnd(string header)

Parameters

header string

Returns

SectionException

MissingRequired(string)

public static SectionException MissingRequired(string header)

Parameters

header string

Returns

SectionException