Class ParserLoadException
public class ParserLoadException : ParserFileException, ISerializable
- Inheritance
-
ParserLoadException
- Implements
- Inherited Members
Constructors
ParserLoadException(string)
public ParserLoadException(string fileName)
Parameters
fileNamestring
ParserLoadException(string, string)
public ParserLoadException(string fileName, string message)
Parameters
ParserLoadException(string, string, Exception)
public ParserLoadException(string fileName, string message, Exception innerException)