//--------------------------------------------------------------
FaxMan version: 2.20.0.0
Develop environment: VS2008 , .NetFramWork2.0 , C#
Error description:
I'm developing a fax broadcast program, using 2 fax modems send a same fax file. I invoke the method DataTech.FaxManJr.Faxing.send(fax),
It was throw an "System.Runtime.InteropServices.SEHException" exception,
StackTrace: in EnterCriticalSection(_RTL_CRITICAL_SECTION*)\r\n in BroadcastThread(Void* lpv)
Source: "DTI.FaxManJr"
and then the program crash. this problem was not sure when occure, It seems randomly. if I use one fax modem, everything seems OK, When I use more
than one modem, it will occure randomly.
I can not using "try...catch" to catch this exception, can someone help me? thanks.
//--------------------------------------------------------------
