Table of Contents

Class TxUsableJobException

Namespace
Textkernel.Tx
Assembly
Textkernel.Tx.SDK.dll

This exception is thrown when an error happens, but the service was still able to produce a usable Job object (see the Response property)

public abstract class TxUsableJobException : TxException, ISerializable
Inheritance
TxUsableJobException
Implements
Derived
Inherited Members

Properties

Response

This may or may not be null or incomplete depending on what specific error occurred

public ParseJobResponse Response { get; protected set; }

Property Value

ParseJobResponse