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 TextFileParseException

    Inheritance
    object
    Exception
    TlumachException
    GenericParserException
    TextParseException
    TextFileParseException
    Implements
    ISerializable
    Inherited Members
    TextParseException.StartPosition
    TextParseException.EndPosition
    TextParseException.LineNumber
    TextParseException.ColumnNumber
    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 TextFileParseException : TextParseException, ISerializable

    Constructors

    TextFileParseException(string, int, int, int, int)

    Declaration
    public TextFileParseException(string fileName, int startPosition, int endPosition, int lineNumber, int columnNumber)
    Parameters
    Type Name Description
    string fileName
    int startPosition
    int endPosition
    int lineNumber
    int columnNumber

    TextFileParseException(string, string, int, int, int, int)

    Declaration
    public TextFileParseException(string fileName, string message, int startPosition, int endPosition, int lineNumber, int columnNumber)
    Parameters
    Type Name Description
    string fileName
    string message
    int startPosition
    int endPosition
    int lineNumber
    int columnNumber

    TextFileParseException(string, string, int, int, int, int, Exception)

    Declaration
    public TextFileParseException(string fileName, string message, int startPosition, int endPosition, int lineNumber, int columnNumber, Exception innerException)
    Parameters
    Type Name Description
    string fileName
    string message
    int startPosition
    int endPosition
    int lineNumber
    int columnNumber
    Exception innerException

    Properties

    FileName

    The name of the file, parsing of which has failed.

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX