ElementProcessingException.ElementProcessingException

ElementProcessingException constructor

Initializes a new instance of the ElementProcessingException class with a specified element index.

public ElementProcessingException(int elementIndex, Exception innerException)
ParameterTypeDescription
elementIndexInt32The index of the processed element.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also