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