MFUtilsIsSessionWithServerNoLongerValidError Method

Determines if this error is a "The current session with M-Files Server is no longer valid" error.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static bool IsSessionWithServerNoLongerValidError(
	Exception ex
)

Parameters

ex  Exception
The exception to check.

Return Value

Boolean
True if the error is a session no longer valid error.

See Also