Share via


SysTest.handleException Method [AX 2012]

Compares the expected exception to the actual exception.

Syntax

private void handleException(
    SysTestResult _result, 
    SysTestableExceptionExpected _exceptionExpected, 
    int _infologLine)

Run On

Called

Parameters

  • _result
    Type: SysTestResult Class
    A class that contains the results from all executing tests.
  • _infologLine
    Type: int
    An integer value that defines the current Infolog line.

See Also

Reference

SysTest Class