ElementProcessingException Constructor

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

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public ElementProcessingException(
	int elementIndex,
	Exception innerException
)

Parameters

elementIndex
Type: SystemInt32
The index of the processed element.
innerException
Type: SystemException
The exception that is the cause of the current exception.
See Also