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