Class ElementProcessingException

ElementProcessingException class

The exception that is thrown when one of many elements failed with exception.

public class ElementProcessingException : AsposeException

Constructors

NameDescription
ElementProcessingException(int, Exception)Initializes a new instance of the ElementProcessingException class with a specified element index.

Properties

NameDescription
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

NameDescription
override ToString()Returns a string that represents the current object.

See Also