MFUtilsIsSessionWithServerNoLongerValidError Method |
Determines if this error is a "The current session with M-Files Server is no longer valid" error.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static bool IsSessionWithServerNoLongerValidError(
Exception ex
)
Public Shared Function IsSessionWithServerNoLongerValidError (
ex As Exception
) As Boolean
public:
static bool IsSessionWithServerNoLongerValidError(
Exception^ ex
)
Parameters
- ex
- Type: SystemException
The exception to check.
Return Value
Type:
BooleanTrue if the error is a session no longer valid error.
See Also