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.
アプリプールのリサイクル、アプリドメインのリサイクル、またはIISのシャットダウンでメソッドが失敗した場合、カスタム処理を行う必要があります。特定の例外タイプはありますか?多分:ApplicationException?ジェネリックを使用する代わりにCatch (exception ex)
Catch (exception ex)
IIS リサイクル ポイントの直前は、Application_Endglobal.asaxにあります。
Application_End
void Application_End(object sender, EventArgs e) { }