EbsOpen Class Library for EBSILON®Professional

CalculationErrors.WithErrorCategoryAndLevel Method 

[Visual Basic]
Public Function WithErrorCategoryAndLevel( _ 
   ByVal ErrorCategory As EpErrorCategory, _ 
   ByVal ErrorLevel As EpErrorLevel _ 
) As CalculationErrors
[C#]
public CalculationErrors WithErrorCategoryAndLevel(
   EpErrorCategory ErrorCategory,
   EpErrorLevel ErrorLevel
);
[C++]
public: CalculationErrors* WithErrorCategoryAndLevel(
   EpErrorCategory ErrorCategory,
   EpErrorLevel ErrorLevel
);
[JScript]
public function WithErrorCategoryAndLevel(
   EpErrorCategory ErrorCategory,
   EpErrorLevel ErrorLevel
): CalculationErrors;

See Also

CalculationErrors Class | EbsOpen Namespace