RetailMonitoringHelper::isShareFolderConnectivityError Method [AX 2012]
Checks whether the specified exception or an inner exception is related to connectivity issues with the shared folder.
server public static boolean isShareFolderConnectivityError(CLRObject _exception)
Run On
ServerParameters
- _exception
- Type: CLRObject Class
The exception to test.
Return Value
Type: booleantrue if the exception or an inner exception is related to connectivity issues with the shared folder; otherwise, false.
Show: