Opened 8 years ago
Closed 8 years ago
#11125 closed Bug report (rejected)
could not handle exception in filezilla
Reported by: | Hanix | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | wxWidget exception OnUnhandledException | Cc: | |
Component version: | 3.19 | Operating system type: | Windows |
Operating system version: | windows 7 |
Description
filezilla based on wxWidget.
I read wxWidget doc
http://docs.wxwidgets.org/trunk/overview_exceptions.html
To summarize, when you use exceptions in your code, you may handle them in the following places, in order of priority:
In a try/catch block inside an event handler.
In wxApp::OnExceptionInMainLoop().
In wxApp::OnUnhandledException().
but it donot work with filezilla .
Note:
See TracTickets
for help on using tickets.
FileZilla does not use exceptions.