在使用插件高级界面弹窗时,选择是否提示框,在点击确定那项中使用导出表格数据到EXCEL中会出现下面的提示。
在执行导出操作时,未知的异常出现。请再次尝试。{ "ClassName": "System.AggregateException", "Message": "One or more errors occurred.", "Data": null, "InnerException": { "$type": "System.IO.DirectoryNotFoundException, System.Private.CoreLib", "ClassName": "System.IO.DirectoryNotFoundException", "Message": "Could not find a part of the path 'C:\\Program Files\\Forguncy 9\\Website\\Files\\Export\\Pages\\FGC_列表页.json'.", "Data": null, "InnerException": null, "HelpURL": null, "StackTraceString": " at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize) at System.IO.File.AsyncStreamReader(String path, Encoding encoding) at System.IO.File.InternalReadAllTextAsync(String path, Encoding encoding, CancellationToken cancellationToken) at Forguncy.Server2.Controllers.Export.an.a[a](String A_0)", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2147024893, "Source": "System.Private.CoreLib", "WatsonBuckets": null }, "HelpURL": null, "StackTraceString": " at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at System.Threading.Tasks.Task`1.get_Result() at Forguncy.Server2.Controllers.Export.an..ctor(String A_0, String A_1) at Forguncy.Server2.Controllers.b.d(String A_0) at Forguncy.Server2.Controllers.b.r() at Forguncy.Server2.Controllers.b.a(String A_0, List`1 A_1) at Forguncy.Server2.Controllers.HomeController.a(Object A_0)", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2146233088, "Source": "System.Private.CoreLib", "WatsonBuckets": null, "InnerExceptions": { "$type": "System.Exception[], System.Private.CoreLib", "$values": [ { "$type": "System.IO.DirectoryNotFoundException, System.Private.CoreLib", "ClassName": "System.IO.DirectoryNotFoundException", "Message": "Could not find a part of the path 'C:\\Program Files\\Forguncy 9\\Website\\Files\\Export\\Pages\\FGC_列表页.json'.", "Data": null, "InnerException": null, "HelpURL": null, "StackTraceString": " at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize) at System.IO.File.AsyncStreamReader(String path, Encoding encoding) at System.IO.File.InternalReadAllTextAsync(String path, Encoding encoding, CancellationToken cancellationToken) at Forguncy.Server2.Controllers.Export.an.a[a](String A_0)", "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": -2147024893, "Source": "System.Private.CoreLib", "WatsonBuckets": null } ] }}CurrentMethodName: ExportToExcelThread
|