Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコードでは、プロセス呼び出しを通じてexeファイルを実行しています。exeファイルによって生成された例外を処理する方法。誰か助けてください。
exe ファイルが管理されていない場合、スローされる例外をキャッチできません。
できることは、プロセスが終了したらエラーコードを確認することです。これを行うには、Processクラスを使用して exe を起動します。終了コードを提供するプロパティがあります。
Process
exe がマネージ アセンブリである場合は、それを別の AppDomain で実行し、スローされた例外をキャッチできます。