Share via


RetailMonitoringHelper::isShareFolderConnectivityError Method [AX 2012]

Checks whether the specified exception or an inner exception is related to connectivity issues with the shared folder.

Syntax

server public static boolean isShareFolderConnectivityError(CLRObject _exception)

Run On

Server

Parameters

Return Value

Type: boolean
true if the exception or an inner exception is related to connectivity issues with the shared folder; otherwise, false.

Remarks

This method goes recursively through the exception chain and checks whether exception is of IOException type or DirectoryNotFoundException type or UnauthorizedAccessException type.

See Also

Reference

RetailMonitoringHelper Class