PivotExceptionType

Description

The PivotExceptionType enumeration contains types of errors that may occur in the table.

It is used by the IPivotException.ExceptionType property.

Available Values

Value Brief description
0 Unknown. Unknown error type.
1 SelectionLimit. An error caused by exceeding the allowed number of table cells (Cartesian product of selected elements of source dimensions).
2 MatrixLimit. An error caused by exceeding the allowed size of matrix (number of non-empty cells).
3 DimSelectionLimit. An error caused by exceeding the allowed number of elements in dimension selection.
4 DimAttrDelete. The error related with deleting one or several dimension attributes.

Comments

Selection or matrix size limits are set in the operating system registry. For details see the How to Limit Excessively Large Selection of Dimension Elements? article.

See also:

Pivot Assembly Enumerations