标签: silverlight
我想在像asp.net这样的silverlight应用程序出现问题时显示自定义错误页面。知道我该怎么办?
答案 0 :(得分:0)
一个选项是在silverlight应用程序的主页面中订阅未处理的异常,然后将调用路由到自定义错误页面,您可以在其中显示appropritate错误消息。