MFUtilsIsAlreadyCheckedOutError Method

Checks if the Exception is an 'Already checked out' error.

Definition

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

Parameters

exception  Exception
The Exception that should be checked.

Return Value

Boolean
True, when the exception is an M-Files already checked out error.

See Also