ReqDemPlanExceptionHelper::getLastExceptionMessage Method [AX 2012]

Returns an exception message from the last CLR exception.

client server public static str getLastExceptionMessage([ReqDemPlanTaskLoggerInterface _logger])

Run On

Called

Parameters

_logger
Type: ReqDemPlanTaskLoggerInterface Interface
The ReqDemPlanTaskLoggerInterface instance that is used to log detailed task messages.

Return Value

Type: str
The last CLR exception message.

Note that this method can return only the last exception message and only one time after it occurred.

Show: