public class ElementProcessingException extends AsposeException
The exception that is thrown when one of many elements failed with exception.
Constructor and Description |
---|
ElementProcessingException(int elementIndex,
Throwable innerException)
Initializes a new instance of the
ElementProcessingException class with a specified element index. |
Modifier and Type | Method and Description |
---|---|
int |
getElementIndex()
The index of the processed element.
|
getErrorDetails, getMessage, toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ElementProcessingException(int elementIndex, Throwable innerException)
Initializes a new instance of the ElementProcessingException
class with a specified element index.
elementIndex
- The index of the processed element.innerException
- The exception that is the cause of the current exception.