Class TxUsableResumeException
- 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 Resume object (see the Response property)
public abstract class TxUsableResumeException : TxException, ISerializable
- Inheritance
-
TxUsableResumeException
- Implements
- Derived
- Inherited Members
Properties
Response
This may or may not be null or incomplete depending on what specific error occurred
public ParseResumeResponse Response { get; protected set; }