Class ParserFileException
Inheritance
ParserFileException
Assembly: Tlumach.Base.dll
Syntax
public class ParserFileException : GenericParserException, ISerializable
Constructors
ParserFileException(string)
Declaration
public ParserFileException(string fileName)
Parameters
| Type |
Name |
Description |
| string |
fileName |
|
ParserFileException(string, string)
Declaration
public ParserFileException(string fileName, string message)
Parameters
ParserFileException(string, string, Exception)
Declaration
public ParserFileException(string fileName, string message, Exception innerException)
Parameters
Properties
FileName
Declaration
public string FileName { get; }
Property Value
Implements