FException Function | |
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
public static Exception FException()
Request Example
View SourceReturn Value
Type:
ExceptionThe exception from the last file operation or the last user-specified setting. If there was no exception, FException() returns null.
See Also