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.
asp.net のような Silverlight アプリケーションで何か問題が発生したときに、カスタム エラー ページを表示したいと考えています。どうすればそれを行うことができますか?
1つのオプションは、Silverlightアプリケーションのメインページで未処理の例外をサブスクライブしてから、呼び出しをカスタムエラーページにルーティングすることです。ここで、適切なエラーメッセージを表示できます。