Table of Contents

Class ParserConfigException

Namespace
Tlumach.Base
Assembly
Tlumach.Base.dll
public class ParserConfigException : ParserFileException, ISerializable
Inheritance
ParserConfigException
Implements
Inherited Members

Constructors

ParserConfigException(string)

public ParserConfigException(string fileName)

Parameters

fileName string

ParserConfigException(string, string)

public ParserConfigException(string fileName, string message)

Parameters

fileName string
message string

ParserConfigException(string, string, Exception)

public ParserConfigException(string fileName, string message, Exception innerException)

Parameters

fileName string
message string
innerException Exception