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
Properties
Header
public string Header { get; }
Property Value
Methods
EarlyEnd(string)
public static SectionException EarlyEnd(string header)
Parameters
header
string
Returns
MissingRequired(string)
public static SectionException MissingRequired(string header)
Parameters
header
string