Class ElementProcessingException
ElementProcessingException class
The exception that is thrown when one of many elements failed with exception.
public class ElementProcessingException : AsposeException
Constructors
Name | Description |
---|
ElementProcessingException(int, Exception) | Initializes a new instance of the ElementProcessingException class with a specified element index. |
Properties
Name | Description |
---|
ElementIndex { get; } | The index of the processed element. |
ErrorDetails { get; } | Gets extra information aboout error |
override Message { get; } | Gets a message that describes the current exception. |
Methods
Name | Description |
---|
override ToString() | Returns a string that represents the current object. |
See Also