Share via


ReqDemPlanExceptionHelper::getLastExceptionMessage Method [AX 2012]

Returns an exception message from the last CLR exception.

Syntax

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

Run On

Called

Parameters

Return Value

Type: str
The last CLR exception message.

Remarks

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

See Also

Reference

ReqDemPlanExceptionHelper Class