Class ParserConfigException
Inheritance
ParserConfigException
Assembly: Tlumach.Base.dll
Syntax
public class ParserConfigException : ParserFileException, ISerializable
Constructors
ParserConfigException(string)
Declaration
public ParserConfigException(string fileName)
Parameters
| Type |
Name |
Description |
| string |
fileName |
|
ParserConfigException(string, string)
Declaration
public ParserConfigException(string fileName, string message)
Parameters
ParserConfigException(string, string, Exception)
Declaration
public ParserConfigException(string fileName, string message, Exception innerException)
Parameters
Implements