Table of Contents

Class ParserLoadException

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

Constructors

ParserLoadException(string)

public ParserLoadException(string fileName)

Parameters

fileName string

ParserLoadException(string, string)

public ParserLoadException(string fileName, string message)

Parameters

fileName string
message string

ParserLoadException(string, string, Exception)

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

Parameters

fileName string
message string
innerException Exception