ElementProcessingException Constructor |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public ElementProcessingException(
int elementIndex,
Exception innerException
)
Public Sub New (
elementIndex As Integer,
innerException As Exception
)
public:
ElementProcessingException(
int elementIndex,
Exception^ innerException
)
new :
elementIndex : int *
innerException : Exception -> ElementProcessingException
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