[Visual Basic] Public Function WithErrorCategoriesAndLevels( _ ByVal ErrorCategories As EpErrorCategory(), _ ByVal ErrorLevels As EpErrorLevel() _ ) As CalculationErrors [C#] public CalculationErrors WithErrorCategoriesAndLevels( EpErrorCategory() ErrorCategories, EpErrorLevel() ErrorLevels ); [C++] public: CalculationErrors* WithErrorCategoriesAndLevels( EpErrorCategory()* ErrorCategories, EpErrorLevel()* ErrorLevels ); [JScript] public function WithErrorCategoriesAndLevels( EpErrorCategory() ErrorCategories, EpErrorLevel() ErrorLevels ): CalculationErrors;
the arrays 'ErrorCategories' and 'ErrorLevels' must have the same bounds
CalculationErrors Class | EbsOpen Namespace