Error Handling
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi.
I'm using jawin to interact with some DLL's and everythig works out as
supposed.
There is only one thing that I cannot do, and is to catch the errors the
methods throw.
eg: This is what I do in VB:
On Error GoTo ErrorHandler
.....
ErrorHandler:
Debug.Print Err.Number & " (" & Time & ")" & " - " & Err.Description &
vbCrLf
How can I do this in jawin?
Thanks