MFUtilsIsMFilesNotFoundError Method

Checks if the exception is a 'not found' error.

Definition

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

Parameters

exception  Exception
The exception that should be checked.

Return Value

Boolean
True, when the exception is an M-Files not found error.

See Also