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, toStringgetHResult, getInnerException, getType, setErrorCode, setHResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.