|
Home > Archive > BizTalk Server Orchestration > June 2004 > How to catch 'General exception' before it logs to Application event viewer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to catch 'General exception' before it logs to Application event viewer
|
|
|
| How do I catch the errors that are thrown into the Application Event Viewer?. I have designed a Error Handling method that writes the errors into a xml file in a Error folder. I put this in the Catch Exception Block. However, when I decide the object to b
e 'General Exception', the errors continue to go to the windows event viewer.
| |
| Susmitha Kothari 2004-06-26, 10:53 am |
| If you want to log the exceptions caught, you should set the exception
object as a specific exception. You will not be able to log General
Exception.
In any case, the exceptions should be logged to the event log. Is it
possible for me to take a look at your odx file?
Thanks,
Susmitha
--------------------[vbcol=seagreen]
Application event viewer[vbcol=seagreen]
event viewer[vbcol=seagreen]
Viewer?. I have designed a Error Handling method that writes the errors
into a xml file in a Error folder. I put this in the Catch Exception Block.
However, when I decide the object to be 'General Exception', the errors
continue to go to the windows event viewer.[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|