我想捕获这些异常,并且不希望向用户显示这些错误窗口.
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);