Table of Contents

Class ParserFileException

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

Constructors

ParserFileException(string)

public ParserFileException(string fileName)

Parameters

fileName string

ParserFileException(string, string)

public ParserFileException(string fileName, string message)

Parameters

fileName string
message string

ParserFileException(string, string, Exception)

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

Parameters

fileName string
message string
innerException Exception

Properties

FileName

public string FileName { get; }

Property Value

string