|
MFUtilsIsFileNotFoundError Method
|
Checks if the Exception is an 'The system cannot find the file specified.' error.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic static bool IsFileNotFoundError(
Exception exception
)
Parameters
- exception
- Type: SystemException
The Exception that should be checked.
Return Value
Type:
BooleanTrue, when the exception is a file not found error.
See Also