The PivotExceptionType enumeration contains types of errors that may occur in the table.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Unknown. Unknown error type. |
| 1 | SelectionLimit. An error caused by exceeding the available number of table cells (Cartesian product of selected items of source dimensions). |
| 2 | MatrixLimit. An error caused by exceeding the available size of matrix (number of non-empty cells). |
| 3 | DimSelectionLimit. An error caused by exceeding the available number of items in dimension selection. |
Selection or matrix size limits are set in the operating system registry. For more details see the How to Limit Excessively Large Selection of Dimension Elements? article.
See also: