Exception code: 0xE0434352

Posted liujx2019

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Exception code: 0xE0434352相关的知识,希望对你有一定的参考价值。

0xE0434352 is the exception code for all .NET exceptions so that won‘t tell you much. How did you got this exception code? The event log?

Your best bet is to use a debugger to get more information. If the Visual Studio debugger won‘t help you, then you might need to check out WinDbg with SOS. See here and here for an introduction. Let it break on the exception, and see if you can get more information on the why.

If you suspect it is an issue when loading assemblies you might want to check out the Fusion Log.

 

By Lars Truijens

 

https://stackoverflow.com/questions/6244939/how-do-i-fix-a-net-windows-application-crashing-at-startup-with-exception-code

以上是关于Exception code: 0xE0434352的主要内容,如果未能解决你的问题,请参考以下文章

解码抛出的 C++ 异常 (0xE06D7363) 的参数

ClickHouse exception code:516

clickhouse未解决 ClickHouse exception, code: 1002 DB::Exception: Directory already exists

Exception Type & Exception Code

LINUX下常用的exception code含义

Do you (really) write exception safe code?