点击或拖拽改变大小

Functions.FException 方法

X#
Get the last exception for a file operation.

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION FException() AS Exception
查看代码

返回值

类型:Exception
The exception from the last file operation or the last user-specified setting. If there was no exception, FException() returns null.
参见