Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an exception message from the last CLR exception.
Syntax
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.
Remarks
Note that this method can return only the last exception message and only one time after it occurred.