Group
Show / Hide Table of Contents

Class BatchErrorResult

A result indicating an error occurred and particular file could not be parsed

Inheritance
System.Object
BatchResult
BatchErrorResult
Inherited Members
BatchResult.DocumentId
BatchResult.File
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Batches
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class BatchErrorResult : BatchResult

Properties

| Improve this Doc View Source

Error

The error that occurred when parsing this file

Declaration
public TxException Error { get; protected set; }
Property Value
Type Description
TxException
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾