Tlumach
  • Articles
  • API Reference
Search Results for

    Show / Hide Table of Contents
    • Tlumach
      • Base
        • ArbParser
        • ArbPlaceholder
        • BaseGenerator
        • BaseJsonParser
        • BaseKeyValueParser
        • BaseParser
        • BaseTableParser
        • BaseXMLParser
        • CsvParser
        • CultureNameMatchEventArgs
        • FileFormats
        • GenericParserException
        • IniParser
        • JsonParser
        • ParserConfigException
        • ParserFileException
        • ParserLoadException
        • Placeholder
        • ResxParser
        • TemplateParserException
        • TemplateProcessingException
        • TextFileParseException
        • TextFormat
        • TextParseException
        • TlumachException
        • TomlParser
        • Translation
        • TranslationConfiguration
        • TranslationEntry
        • TranslationTree
        • TranslationTreeLeaf
        • TranslationTreeNode
        • TsvParser
        • Utils
      • BaseTranslationUnit
      • CultureChangedEventArgs
      • FileContentNeededEventArgs
      • TemplatedTranslationUnit
      • TranslationManager
      • TranslationUnit
      • TranslationValueEventArgs

    Class ParserLoadException

    Inheritance
    object
    Exception
    TlumachException
    GenericParserException
    ParserFileException
    ParserLoadException
    Implements
    ISerializable
    Inherited Members
    ParserFileException.FileName
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Tlumach.Base
    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
    Type Name Description
    string fileName
    string message

    ParserLoadException(string, string, Exception)

    Declaration
    public ParserLoadException(string fileName, string message, Exception innerException)
    Parameters
    Type Name Description
    string fileName
    string message
    Exception innerException

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX