问题描述
cdosys.dll与0xe06d7363-(C ++ EH异常)崩溃,同时一次发送多封电子邮件。
cdosys.dll is crashed with 0xe06d7363-(C++ EH exception) while sending multiple email at a time.
WinDBG日志:
推荐答案
感谢您在这里发帖。
>> 一次发送多封电子邮件时,cdosys.dll与0xe06d7363-(C ++ EH异常)崩溃。
>>cdosys.dll is crashed with 0xe06d7363-(C++ EH exception) while sending multiple email at a time.
您能否提供有关您的问题的更多信息?你检查了发送方法的HRESULT吗?
Could you please provide more information about your issue? Have you checked the HRESULT of the send method?
这是一个关于解码抛出的C ++异常(0xE06D7363)参数的文档,你可以参考。
Here is a document about decoding the parameters of a thrown C++ exception (0xE06D7363), you could refer to.
最好的问候,
Sera Yu
这篇关于cdosys.dll与0xe06d7363-(C ++ EH异常)一起崩溃,同时一次发送多封电子邮件。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!