MFUtilsIsAlreadyCheckedOutError Method |
Checks if the Exception is an 'Already checked out' error.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static bool IsAlreadyCheckedOutError(
Exception exception
)
Public Shared Function IsAlreadyCheckedOutError (
exception As Exception
) As Boolean
public:
static bool IsAlreadyCheckedOutError(
Exception^ exception
)
Parameters
- exception
- Type: SystemException
The Exception that should be checked.
Return Value
Type:
BooleanTrue, when the exception is an M-Files already checked out error.
See Also