Share via


DimensionFocusProcessBalance::verifyParameters Method [AX 2012]

Verifies the Args instance.

Syntax

client server private static void verifyParameters(Args _e)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

The Args instance is null.

–or–

The dataset is not a DimensionHierarchy table.

–or–

The enumeration type is not the NoYes enumeration.

–or–

The record is not an existing DimensionHierarchy record.

–or–

The DimensionHierarchy record does not have a dimension set type.

See Also

Reference

DimensionFocusProcessBalance Class