Group
Show / Hide Table of Contents

Class TxUsableResumeException

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

Inheritance
System.Object
System.Exception
TxException
TxUsableResumeException
TxGeocodeResumeException
TxIndexResumeException
TxProfessionNormalizationResumeException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
TxException.ResponseMessage
TxException.HttpStatusCode
TxException.TxErrorCode
TxException.TransactionId
TxException.RequestBody
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Textkernel.Tx
Assembly: Textkernel.Tx.SDK.dll
Syntax
public abstract class TxUsableResumeException : TxException, ISerializable

Properties

| Improve this Doc View Source

Response

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

Declaration
public ParseResumeResponse Response { get; protected set; }
Property Value
Type Description
ParseResumeResponse

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾