Click or drag to resize

FException Function

X#
Get the last exception for a file operation.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION FException() AS Exception
Request Example View Source

Return Value

Type: Exception
The exception from the last file operation or the last user-specified setting. If there was no exception, FException() returns null.
See Also